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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 訷鞜訷鞜^ | 11111011101001001111000010101010111010001101111111111011101001001111000010101010111010001101111101011110 | fba4f0aae8dffba4f0aae8df5e |
EUC-JP | 訷?鞜訷?鞜^ | 10001111110111011101010000111111111100001110000110001111110111011101010000111111111100001110000101011110 | 8fddd43ff0e18fddd43ff0e15e |
UTF-8 | 訷鞜訷鞜^ | 11101000101010001011011111101110100000011010100111101001100111101001110011101000101010001011011111101110100000011010100111101001100111101001110001011110 | e8a8b7ee81a9e99e9ce8a8b7ee81a9e99e9c5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)