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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鱧ト洄ィ | 111010011110010111000100111110101111101010101000 | e9e5c4fafaa8 |
EUC-JP | 鱧ト洄ィ | 111100101110011110001110110001001000111111000111101010111000111010101000 | f2e78ec48fc7ab8ea8 |
UTF-8 | 鱧ト洄ィ | 111010011011000110100111111011111011111010000100111001101011010010000100111011111011110110101000 | e9b1a7efbe84e6b484efbda8 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)