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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霆滕沙妺 | 1110100010111011100111111110110010001101101110011111101010100101 | e8bb9fec8db9faa5 |
EUC-JP | 霆滕沙妺 | 111100001011110111011110111011101011101010111011100011111011100110110111 | f0bddeeebabb8fb9b7 |
UTF-8 | 霆滕沙妺 | 111010011001110010000110111001101011101110010101111001101011001010011001111001011010011010111010 | e99c86e6bb95e6b299e5a6ba |
UHC | 霆?沙? | 111011111111110100111111110111101101111000111111 | effd3fdede3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)