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 | ?跨箋 | 0011111110001100110101111110001010110011 | 3f8cd7e2b3 |
EUC-JP | ?跨箋 | 0011111110111000110110011110010010110101 | 3fb8d9e4b5 |
UTF-8 | 뤌跨箋 | 111010111010010010001100111010001011011110101000111001111010111010001011 | eba48ce8b7a8e7ae8b |
UHC | 뤌跨箋 | 100011111011110011001110101001011110111110101000 | 8fbccea5efa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)