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 | 省ア柴 | 1000111111001000101100011000111011000100 | 8fc8b18ec4 |
EUC-JP | 省ア柴 | 101111101100101010001110101100011011110011000110 | beca8eb1bcc6 |
UTF-8 | 省ア柴 | 111001111001110010000001111011111011110110110001111001101001111110110100 | e79c81efbdb1e69fb4 |
UHC | 省?柴 | 1110000011111101001111111110001111000011 | e0fd3fe3c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)