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 | 瑤??彦?4 | 111010101010001000111111001111111001010101000110001111111000001001010011 | eaa23f3f95463f8253 |
EUC-JP | 瑤??彦?4 | 111101001010010000111111001111111100100110100111001111111010001110110100 | f4a43f3fc9a73fa3b4 |
UTF-8 | 瑤꿰뼯彦믦4 | 111001111001000110100100111010101011111110110000111010111011110010101111111001011011110110100110111010111010111110100110111011111011110010010100 | e791a4eabfb0ebbcafe5bda6ebafa6efbc94 |
UHC | 瑤꿰뼯彦믦4 | 111010001111110110110010111001111001011010110010111001011110100110010010111010001010001110110100 | e8fdb2e796b2e5e992e8a3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)