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 | 訝??岳?? | 1110011001100010001111110011111110001010011110000011111100111111 | e6623f3f8a783f3f |
EUC-JP | 訝??岳?? | 1110101111000011001111110011111110110011110110010011111100111111 | ebc33f3fb3d93f3f |
UTF-8 | 訝방뿦岳껃겢 | 111010001010100010011101111010111011000010101001111010111011111110100110111001011011001010110011111010101011101110000011111010101011001010100010 | e8a89debb0a9ebbfa6e5b2b3eabb83eab2a2 |
UHC | 訝방뿦岳껃겢 | 111001001011100010111001111001101001011110100110111001001011111110000011111001011000000110110100 | e4b8b9e697a6e4bf83e581b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)