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 | 財攀?謫?財 | 10001101111000001001110110110011001111111110011010010011001111111000110111100000 | 8de09db33fe6933f8de0 |
EUC-JP | 財攀?謫?財 | 10111010111000101101101010110101001111111110101111110011001111111011101011100010 | bae2dab53febf33fbae2 |
UTF-8 | 財攀욤謫렪財 | 111010001011001010100001111001101001010010000000111011001001101010100100111010001010110010101011111010111010000010101010111010001011001010100001 | e8b2a1e69480ec9aa4e8acabeba0aae8b2a1 |
UHC | 財攀욤謫렪財 | 111011101010111111011010111001111011111111101000111011101110001110001110101110001110111010101111 | eeafdae7bfe8eee38eb8eeaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)