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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 珎獨珎獨\ | 11100000110111011110000011010101111100101011010011100000110111011110000011010101111100101011010001011100 | e0dde0d5f2b4e0dde0d5f2b45c |
EUC-JP | 珎獨?珎獨?\ | 1110000011011111111000001101011100111111111000001101111111100000110101110011111101011100 | e0dfe0d73fe0dfe0d73f5c |
UTF-8 | 珎獨珎獨\ | 11100111100011111000111011100111100011011010100011101110100001111010101111100111100011111000111011100111100011011010100011101110100001111010101101011100 | e78f8ee78da8ee87abe78f8ee78da8ee87ab5c |
UHC | ?獨??獨?\ | 001111111101010010111100001111110011111111010100101111000011111101011100 | 3fd4bc3f3fd4bc3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)