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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驕城ス「縺触 | 11101001100000011000111111101001101111011010001011100011100000011001000001000111 | e9818fe9bda2e3819047 |
EUC-JP | 驕城ス「縺触 | 111100011110000110111110111010111000111010111101100011101010001011100101111000011011111110101000 | f1e1beeb8ebd8ea2e5e1bfa8 |
UTF-8 | 驕城ス「縺触 | 111010011010100110010101111001011001111110001110111011111011110110111101111011111011110110100010111001111011100010111010111010001010011110100110 | e9a995e59f8eefbdbdefbda2e7b8bae8a7a6 |
UHC | 驕城???? | 1100111011110110111000001111001000111111001111110011111100111111 | cef6e0f23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)