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 | 鬯伜ョ亥ック | 111010011010110010011000111001011010111010001000111001011010111110111000 | e9ac98e5ae88e5afb8 |
EUC-JP | 鬯伜ョ亥ック | 111100101010111011010000111001111000111010101110101100001110011110001110101011111000111010111000 | f2aed0e78eaeb0e78eaf8eb8 |
UTF-8 | 鬯伜ョ亥ック | 111010011010110010101111111001001011110010011100111011111011110110101110111001001011101010100101111011111011110110101111111011111011110110111000 | e9acafe4bc9cefbdaee4baa5efbdafefbdb8 |
UHC | ???亥?? | 00111111001111110011111111111010101001000011111100111111 | 3f3f3ffaa43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)