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 | 癲??飮?? | 1110000110011111001111110011111110011111010110100011111100111111 | e19f3f3f9f5a3f3f |
EUC-JP | 癲??飮?ˇ | 11100010101000010011111100111111110111011011101100111111100011111010001010110000 | e2a13f3fddbb3f8fa2b0 |
UTF-8 | 癲뚮콈飮길ˇ | 1110011110011001101100101110101110011010101011101110110010111101100010001110100110100011101011101110101010111000101110001100101110000111 | e799b2eb9aaeecbd88e9a3aeeab8b8cb87 |
UHC | 癲뚮콈飮길ˇ | 111011111010011010001100111010111011000110000100111010111110011010110001111001101010001010100111 | efa68cebb184ebe6b1e6a2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)