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 | 腰щЦ | 100011011001100010000100100010111000010001010111 | 8d98848b8457 |
EUC-JP | 腰щЦ | 101110011111100010100111111010111010011110111000 | b9f8a7eba7b8 |
UTF-8 | 腰щЦ | 11101000100001011011000011010001100010011101000010100110 | e885b0d189d0a6 |
UHC | 腰щЦ | 111010011010011010101100111010111010110010111000 | e9a6acebacb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)