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 | 蓍頸シ | 1110010011100111111010001111001010111100 | e4e7e8f2bc |
EUC-JP | 蓍頸シ | 111010001110100111110000111101001000111010111100 | e8e9f0f48ebc |
UTF-8 | 蓍頸シ | 111010001001001110001101111010011010000010111000111011111011110110111100 | e8938de9a0b8efbdbc |
UHC | 蓍頸? | 1110001111001001110011001111001000111111 | e3c9ccf23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)