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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?氈? | 00111111100111111000000100111111 | 3f9f813f |
EUC-JP | ?氈瑋 | 001111111101110111100001100011111100110010111100 | 3fdde18fccbc |
UTF-8 | 않氈瑋 | 111011001001010110001010111001101011000010001000111001111001000110001011 | ec958ae6b088e7918b |
UHC | 않氈瑋 | 101111101100101011101110111111011110101011010100 | becaeefdead4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)