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 | 屋b? | 1000100110101110100000101000001000111111 | 89ae82823f |
EUC-JP | 屋b? | 1011001010110000101000111110001000111111 | b2b0a3e23f |
UTF-8 | 屋b넁 | 111001011011000110001011111011111011110110000010111010111000010010000001 | e5b18befbd82eb8481 |
UHC | 屋b넁 | 111010001010100110100011111000101000011010010001 | e8a9a3e28691 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)