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 | 癲?〃溢?╋ | 11100001100111110011111110000001010101101000100011101100001111111000010010110100 | e19f3f815688ec3f84b4 |
EUC-JP | 癲?〃溢?╋ | 11100010101000010011111110100001101101111011000011101110001111111010100010110110 | e2a13fa1b7b0ee3fa8b6 |
UTF-8 | 癲용〃溢쏉╋ | 111001111001100110110010111011001001101010101001111000111000000010000011111001101011101010100010111011001000111110001001111000101001010110001011 | e799b2ec9aa9e38083e6baa2ec8f89e2958b |
UHC | 癲용〃溢쏉╋ | 111011111010011010111111111010111010000110101000111011001110111010011011111011111010011010110110 | efa6bfeba1a8ecee9befa6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)