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 | 癲??飮?ł | 11100010101000010011111100111111110111011011101100111111100011111010100111001000 | e2a13f3fddbb3f8fa9c8 |
UTF-8 | 癲용맮飮당ł | 1110011110011001101100101110110010011010101010011110101110100111101011101110100110100011101011101110101110001011101110011100010110000010 | e799b2ec9aa9eba7aee9a3aeeb8bb9c582 |
UHC | 癲용맮飮당ł | 111011111010011010111111111010111001000010110101111010111110011010110100111001111010100110101001 | efa6bfeb90b5ebe6b4e7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)