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 | 牋籖粡 | 111000001010111011100010110111011110001011100111 | e0aee2dde2e7 |
EUC-JP | 牋籖粡 | 111000001011000011100100110111111110010011101001 | e0b0e4dfe4e9 |
UTF-8 | 牋籖粡 | 111001111000100110001011111001111011000110010110111001111011001010100001 | e7898be7b196e7b2a1 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)