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 | 恁≫??ъ? | 100111001000110010000001111000100011111100111111100001001000110000111111 | 9c8c81e23f3f848c3f |
EUC-JP | 恁≫??ъ? | 110101111110110010100010111001000011111100111111101001111110110000111111 | d7eca2e43f3fa7ec3f |
UTF-8 | 恁≫삓泥ъ쭥 | 1110011010000001100000011110001010001001101010111110110010000010100100111110111110100111101000111101000110001010111011001010110110100101 | e68181e289abec8293efa7a3d18aecada5 |
UHC | 恁≫삓泥ъ쭥 | 111011001111011010100001111011011001100010011000111011001011001010101100111011001010011110011001 | ecf6a1ed9898ecb2aceca799 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)