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 | ???癰? | 001111110011111100111111111000011001111000111111 | 3f3f3fe19e3f |
EUC-JP | ???癰? | 001111110011111100111111111000011111111000111111 | 3f3f3fe1fe3f |
UTF-8 | 챔챌큅癰뺟 | 111011001011000110010100111011001011000110001100111011011000000110000101111001111001100110110000111010111011101010011111 | ecb194ecb18ced8185e799b0ebba9f |
UHC | 챔챌큅癰뺟 | 11000011101010001100001110100111110001011010001011101000101110011001010111100111 | c3a8c3a7c5a2e8b995e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)