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 | 遵??嵌?? | 1000111110000101001111110011111110011011110001100011111100111111 | 8f853f3f9bc63f3f |
EUC-JP | 遵??嵌?? | 1011110111100101001111110011111111010110110010000011111100111111 | bde53f3fd6c83f3f |
UTF-8 | 遵닿렯嵌렩렪 | 111010011000000110110101111010111000101110111111111010111010000010101111111001011011010110001100111010111010000010101001111010111010000010101010 | e981b5eb8bbfeba0afe5b58ceba0a9eba0aa |
UHC | 遵닿렯嵌렩렪 | 111100011110010110110100111010101000111010111100110010101110111010001110101101111000111010111000 | f1e5b4ea8ebccaee8eb78eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)