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 | 牆?漿?牆? | 111000001010110100111111100111111111011100111111111000001010110100111111 | e0ad3f9ff73fe0ad3f |
EUC-JP | 牆?漿?牆? | 111000001010111100111111110111101111100100111111111000001010111100111111 | e0af3fdef93fe0af3f |
UTF-8 | 牆렪漿렞牆렪 | 111001111000100110000110111010111010000010101010111001101011110010111111111010111010000010011110111001111000100110000110111010111010000010101010 | e78986eba0aae6bcbfeba09ee78986eba0aa |
UHC | 牆렪漿렞牆렪 | 111011011110110110001110101110001110110111101100100011101010111111101101111011011000111010111000 | eded8eb8edec8eafeded8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)