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 | 低?? | 10010010111000010011111100111111 | 92e13f3f |
EUC-JP | 低?輧 | 110001001110001100111111100011111110000011110011 | c4e33f8fe0f3 |
UTF-8 | 低어輧 | 111001001011110110001110111011001001011010110100111010001011110010100111 | e4bd8eec96b4e8bca7 |
UHC | 低어輧 | 111011101011100010111110111011101101110010111110 | eeb8beeedcbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)