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 | 遒ゥ髫倩竑荳 | 1110011110100010101010011110100110011010100110001110100011111011100001001110010010111000 | e7a2a9e99a98e8fb84e4b8 |
EUC-JP | 遒ゥ髫倩竑荳 | 11101110101001001000111010101001111100011111101011010000111010101000111111010001111010001110100010111010 | eea48ea9f1fad0ea8fd1e8e8ba |
UTF-8 | 遒ゥ髫倩竑荳 | 111010011000000110010010111011111011110110101001111010011010101110101011111001011000000010101001111001111010101110010001111010001000110110110011 | e98192efbda9e9ababe580a9e7ab91e88db3 |
UHC | ?????荳 | 00111111001111110011111100111111001111111101010011100101 | 3f3f3f3f3fd4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)