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 | 遵??遵??^ | 100011111000010100111111001111111000111110000101001111110011111101011110 | 8f853f3f8f853f3f5e |
EUC-JP | 遵??遵??^ | 101111011110010100111111001111111011110111100101001111110011111101011110 | bde53f3fbde53f3f5e |
UTF-8 | 遵모딕遵모듸^ | 11101001100000011011010111101011101010101010100011101011100101001001010111101001100000011011010111101011101010101010100011101011100100111011100001011110 | e981b5ebaaa8eb9495e981b5ebaaa8eb93b85e |
UHC | 遵모딕遵모듸^ | 11110001111001011011100011110000101101011111000111110001111001011011100011110000101101011110111101011110 | f1e5b8f0b5f1f1e5b8f0b5ef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)