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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???消 | 0011111100111111001111111000111111000001 | 3f3f3f8fc1 |
EUC-JP | ???消 | 0011111100111111001111111011111011000011 | 3f3f3fbec3 |
UTF-8 | 싅귛긏消 | 111011001000101110000101111010101011011110011011111010101011100010001111111001101011011010001000 | ec8b85eab79beab88fe6b688 |
UHC | 싅귛긏消 | 1001101011001000100000101110010110000011010011101110000110111100 | 9ac882e5834ee1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)