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 | 霎ー遶ッ褄隠 | 11101000101111101011000011100111101010111010111111100101111010111000100101000010 | e8beb0e7abafe5eb8942 |
EUC-JP | 霎ー遶ッ褄隠 | 111100001100000010001110101100001110111010101101100011101010111111101010111011011011000110100011 | f0c08eb0eead8eafeaedb1a3 |
UTF-8 | 霎ー遶ッ褄隠 | 111010011001110010001110111011111011110110110000111010011000000110110110111011111011110110101111111010001010010010000100111010011001101010100000 | e99c8eefbdb0e981b6efbdafe8a484e99aa0 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)