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 | 弔貊???姐 | 100100101010001011100110101110110011111100111111001111111000100010110111 | 92a2e6bb3f3f3f88b7 |
EUC-JP | 弔貊???姐 | 110001001010010011101100101111010011111100111111001111111011000010111001 | c4a4ecbd3f3f3fb0b9 |
UTF-8 | 弔貊렍멱회姐 | 111001011011110010010100111010001011001010001010111010111010000010001101111010111010100110110001111011011001101010001100111001011010011110010000 | e5bc94e8b28aeba08deba9b1ed9a8ce5a790 |
UHC | 弔貊렍멱회姐 | 111100001100000011011000111001111000111010100011101110001110100011001000101110001110111010111011 | f0c0d8e78ea3b8e8c8b8eebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)