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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?h??h?B | 001111111000001010001000001111110011111110000010100010000011111101000010 | 3f82883f3f82883f42 |
EUC-JP | ?h??h?B | 001111111010001111101000001111110011111110100011111010000011111101000010 | 3fa3e83f3fa3e83f42 |
UTF-8 | 吳h떨吳h떨B | 11100101100100001011001111101111101111011000100011101011100101101010100011100101100100001011001111101111101111011000100011101011100101101010100001000010 | e590b3efbd88eb96a8e590b3efbd88eb96a842 |
UHC | 吳h떨吳h떨B | 11100111111011111010001111101000101101101011001111100111111011111010001111101000101101101011001101000010 | e7efa3e8b6b3e7efa3e8b6b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)