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 | 鶯??鈺?? | 1110100111110010001111110011111111111011110001000011111100111111 | e9f23f3ffbc43f3f |
EUC-JP | 鶯??鈺?? | 111100101111010000111111001111111000111111100011110101010011111100111111 | f2f43f3f8fe3d53f3f |
UTF-8 | 鶯뚦렞鈺잍뮈 | 111010011011011010101111111010111001101010100110111010111010000010011110111010011000100010111010111011001001111010001101111010111010111010001000 | e9b6afeb9aa6eba09ee988baec9e8debae88 |
UHC | 鶯뚦렞鈺잍뮈 | 111001011010001110001100111001011000111010101111111010001010110110011111111001101011100110111111 | e5a38ce58eafe8ad9fe6b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)