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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 耀??悅? | 10010111011100110011111100111111111110101011110100111111 | 97733f3ffabd3f |
EUC-JP | 耀???? | 110011011101010000111111001111110011111100111111 | cdd43f3f3f3f |
UTF-8 | 耀띺뒔悅즚 | 111010001000000010000000111010111001110110111010111010111001001010010100111001101000001010000101111011001010011010011010 | e88080eb9dbaeb9294e68285eca69a |
UHC | 耀띺뒔悅즚 | 11101001101001011000110111101001100010101001000111100110111011011010001101101000 | e9a58de98a91e6eda368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)