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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 厓ь? | 1111101010001101100001001000111000111111 | fa8d848e3f |
EUC-JP | 厓ь? | 100011111011010011000111101001111110111000111111 | 8fb4c7a7ee3f |
UTF-8 | 厓ь걽 | 1110010110001110100100111101000110001100111010101011000110111101 | e58e93d18ceab1bd |
UHC | 厓ь걽 | 111001001110110110101100111011101000000110100000 | e4edacee81a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)