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 | ???異?? | 00111111001111110011111110001000110110010011111100111111 | 3f3f3f88d93f3f |
EUC-JP | ???異?? | 00111111001111110011111110110000110110110011111100111111 | 3f3f3fb0db3f3f |
UTF-8 | 凉듭떔異쇘뜏 | 111011111010010110111001111010111001001110101101111010111001011010010100111001111001010110110000111011001000011110011000111010111001110010001111 | efa5b9eb93adeb9694e795b0ec8798eb9c8f |
UHC | 凉듭떔異쇘뜏 | 111001011011110010110101111011001000101110101010111011001011011010111100111001111000110110010010 | e5bcb5ec8baaecb6bce78d92 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)