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 | 牆??漿?牆 | 111000001010110100111111001111111001111111110111001111111110000010101101 | e0ad3f3f9ff73fe0ad |
EUC-JP | 牆??漿?牆 | 111000001010111100111111001111111101111011111001001111111110000010101111 | e0af3f3fdef93fe0af |
UTF-8 | 牆쇤짼漿렱牆 | 111001111000100110000110111011001000011110100100111011001010011110111100111001101011110010111111111010111010000010110001111001111000100110000110 | e78986ec87a4eca7bce6bcbfeba0b1e78986 |
UHC | 牆쇤짼漿렱牆 | 111011011110110110111100111010011100001010110010111011011110110010001110101111101110110111101101 | ededbce9c2b2edec8ebeeded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)