To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??V??? | 001111110011111101010110001111110011111100111111 | 3f3f563f3f3f |
SJIS-WIN | 偲悉V偲タナ | 100011101100001110001110101110110101011010001110110000111100000011000101 | 8ec38ebb568ec3c0c5 |
EUC-JP | 偲悉V偲タナ | 1011110011000101101111001011110101010110101111001100010110001110110000001000111011000101 | bcc5bcbd56bcc58ec08ec5 |
UTF-8 | 偲悉V偲タナ | 11100101100000011011001011100110100000101000100101010110111001011000000110110010111011111011111010000000111011111011111010000101 | e581b2e6828956e581b2efbe80efbe85 |
UHC | ?悉V??? | 00111111111000111111101001010110001111110011111100111111 | 3fe3fa563f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)