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 | 晶゙隧 | 1000111110111011110111101110100010101001 | 8fbbdee8a9 |
EUC-JP | 晶゙隧 | 101111101011110110001110110111101111000010101011 | bebd8edef0ab |
UTF-8 | 晶゙隧 | 111001101001100110110110111011111011111010011110111010011001101010100111 | e699b6efbe9ee99aa7 |
UHC | 晶?隧 | 1110111111011100001111111110001011001010 | efdc3fe2ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)