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 | 意⑤?淹 | 10001000110100111000011101000100001111111001111110111001 | 88d387443f9fb9 |
EUC-JP | 意??淹 | 101100001101010100111111001111111101111010111011 | b0d53f3fdebb |
UTF-8 | 意⑤쨸淹 | 111001101000010010001111111000101001000110100100111011001010100010111000111001101011011110111001 | e6848fe291a4eca8b8e6b7b9 |
UHC | 意⑤쨸淹 | 1110101111110010101010001110101110100100100100101110010111110100 | ebf2a8eba492e5f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)