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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 橈??役? | 10011110111101000011111100111111100101101111000000111111 | 9ef43f3f96f03f |
EUC-JP | 橈?ˇ役? | 110111001111011000111111100011111010001010110000110011001111001000111111 | dcf63f8fa2b0ccf23f |
UTF-8 | 橈띷ˇ役섳 | 1110011010101001100010001110101110011101101101111100101110000111111001011011110110111001111011001000010010110011 | e6a988eb9db7cb87e5bdb9ec84b3 |
UHC | 橈띷ˇ役섳 | 11101000111110101000110111100110101000101010011111100110101101011001100101000010 | e8fa8de6a2a7e6b59942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)