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 | ???夷? | 001111110011111100111111100010001100111000111111 | 3f3f3f88ce3f |
EUC-JP | ???夷? | 001111110011111100111111101100001101000000111111 | 3f3f3fb0d03f |
UTF-8 | 銳잍짂夷⑵ | 111010011000101010110011111011001001111010001101111011001010011110000010111001011010010010110111111000101001000110110101 | e98ab3ec9e8deca782e5a4b7e291b5 |
UHC | 銳잍짂夷⑵ | 11100111111001011001111111100110101000111001001011101100101010001010100111101000 | e7e59fe6a392eca8a9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)