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 | 鴉??陰?┯ | 111010011110101100111111001111111000100101000001001111111000010010110110 | e9eb3f3f89413f84b6 |
EUC-JP | 鴉??陰?┯ | 111100101110110100111111001111111011000110100010001111111010100010111000 | f2ed3f3fb1a23fa8b8 |
UTF-8 | 鴉띾끀陰놂┯ | 111010011011010010001001111010111001110110111110111010111000000110000000111010011001100110110000111010111000011010000010111000101001010010101111 | e9b489eb9dbeeb8180e999b0eb8682e294af |
UHC | 鴉띾끀陰놂┯ | 111001001011110010001101111010111000010110110110111010111110010010110011111011111010011010111000 | e4bc8deb85b6ebe4b3efa6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)