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 | ???癰?? | 00111111001111110011111111100001100111100011111100111111 | 3f3f3fe19e3f3f |
EUC-JP | ???癰?? | 00111111001111110011111111100001111111100011111100111111 | 3f3f3fe1fe3f3f |
UTF-8 | 챈첬짧癰뺡솫 | 111011001011000110001000111011001011001010101100111011001010011110100111111001111001100110110000111010111011101010100001111011001000011010101011 | ecb188ecb2aceca7a7e799b0ebbaa1ec86ab |
UHC | 챈첬짧癰뺡솫 | 110000111010011011000011101110101100001010101010111010001011100110010101111010011001100110100010 | c3a6c3bac2aae8b995e999a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)