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 | 媛氓???龍 | 100101010101000110011111100000100011111100111111001111111001011110110100 | 95519f823f3f3f97b4 |
EUC-JP | 媛氓???龍 | 110010011011001011011101111000100011111100111111001111111100111010110110 | c9b2dde23f3f3fceb6 |
UTF-8 | 媛氓렮띤렠龍 | 111001011010101010011011111001101011000010010011111010111010000010101110111010111001110110100100111010111010000010100000111010011011111010001101 | e5aa9be6b093eba0aeeb9da4eba0a0e9be8d |
UHC | 媛氓렮띤렠龍 | 111010101011000011011000111011001000111010111011101101101110110110001110101100011101011110100011 | eab0d8ec8ebbb6ed8eb1d7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)