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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??コ??? | 00111111001111111000001101010010001111110011111100111111 | 3f3f83523f3f3f |
EUC-JP | ??コ??? | 00111111001111111010010110110011001111110011111100111111 | 3f3fa5b33f3f3f |
UTF-8 | 룶킃コ룵濫프 | 111010111010001110110110111011011000001010000011111000111000001010110011111010111010001110110101111011111010010010100010111011011001010010000100 | eba3b6ed8283e382b3eba3b5efa4a2ed9484 |
UHC | 룶킃コ룵濫프 | 100011111010101110110100100011111010101110110011100011111010101011010001111110101100011111000001 | 8fabb48fabb38faad1fac7c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)