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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 箋??h | 1110001010110011001111110011111101101000 | e2b33f3f68 |
EUC-JP | 箋??h | 1110010010110101001111110011111101101000 | e4b53f3f68 |
UTF-8 | 箋뺠눎h | 11100111101011101000101111101011101110101010000011101011100010001000111001101000 | e7ae8bebbaa0eb888e68 |
UHC | 箋뺠눎h | 11101111101010001001010111101000100001111010101001101000 | efa895e887aa68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)