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 | 菴珠見 | 111001001011110110001110111011001000110010101001 | e4bd8eec8ca9 |
EUC-JP | 菴珠見 | 111010001011111110111100111011101011100010101011 | e8bfbceeb8ab |
UTF-8 | 菴珠見 | 111010001000111110110100111001111000111110100000111010001010011010001011 | e88fb4e78fa0e8a68b |
UHC | 菴珠見 | 111001001110000011110001110000011100110010111000 | e4e0f1c1ccb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)