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 | 詣??釗?? | 1000110001110111001111110011111111111011101110110011111100111111 | 8c773f3ffbbb3f3f |
EUC-JP | 詣??釗?? | 101101111101100000111111001111111000111111100011101001100011111100111111 | b7d83f3f8fe3a63f3f |
UTF-8 | 詣싥꺂釗쇠윾 | 111010001010100110100011111011001000101110100101111010101011101010000010111010011000011110010111111011001000011110100000111011001001110010111110 | e8a9a3ec8ba5eaba82e98797ec87a0ec9cbe |
UHC | 詣싥꺂釗쇠윾 | 111001111110000110011010111000111000001110101011111000011111001010111100111010001001111110110110 | e7e19ae383abe1f2bce89fb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)