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 | ?????t | 001111110011111100111111001111110011111101110100 | 3f3f3f3f3f74 |
SJIS-WIN | 嶸ィ巐啄弌t | 11111010101101001010100011111010101101101001000111101101100110001001111101110100 | fab4a8fab691ed989f74 |
EUC-JP | 嶸ィ巐啄弌t | 10001111101110111111010010001110101010001000111110111011111110011100001011101111110100001010000101110100 | 8fbbf48ea88fbbf9c2efd0a174 |
UTF-8 | 嶸ィ巐啄弌t | 11100101101101101011100011101111101111011010100011100101101101111001000011100101100101011000010011100101101111001000110001110100 | e5b6b8efbda8e5b790e59584e5bc8c74 |
UHC | 嶸??啄?t | 1110011110101110001111110011111111110110111100100011111101110100 | e7ae3f3ff6f23f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)