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 | 驕帝≠ | 111010011000000110010010111010011000000110000010 | e98192e98182 |
EUC-JP | 驕帝≠ | 111100011110000111000100111010111010000111100010 | f1e1c4eba1e2 |
UTF-8 | 驕帝≠ | 111010011010100110010101111001011011100010011101111000101000100110100000 | e9a995e5b89de289a0 |
UHC | 驕帝≠ | 110011101111011011110000101010001010000111000001 | cef6f0a8a1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)