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 | 臂梧ェ | 1110010001011101100011001110011010101010 | e45d8ce6aa |
EUC-JP | 臂梧ェ | 111001111011111010111000111010001000111010101010 | e7beb8e88eaa |
UTF-8 | 臂梧ェ | 111010001000011110000010111001101010001010100111111011111011110110101010 | e88782e6a2a7efbdaa |
UHC | 臂梧? | 1101111010100010111001111111110000111111 | dea2e7fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)