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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蘂??孩 | 111001010100000100111111001111111001101101110111 | e5413f3f9b77 |
EUC-JP | 蘂??孩 | 111010011010001000111111001111111101010111011000 | e9a23f3fd5d8 |
UTF-8 | 蘂뜯뮩孩 | 111010001001100010000010111010111001110010101111111010111010111010101001111001011010110110101001 | e89882eb9cafebaea9e5ada9 |
UHC | 蘂뜯뮩孩 | 1110011111011110101101101110001010010010101100111111101010101001 | e7deb6e292b3faa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)