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 | 膓?≦ | 1110010001010101001111111000000110000101 | e4553f8185 |
EUC-JP | 膓鎴≦ | 11100111101101101000111111100101101101111010000111100101 | e7b68fe5b7a1e5 |
UTF-8 | 膓鎴≦ | 111010001000011010010011111010011000111010110100111000101000100110100110 | e88693e98eb4e289a6 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)