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 | 鈺??陰?┯ | 111110111100010000111111001111111000100101000001001111111000010010110110 | fbc43f3f89413f84b6 |
EUC-JP | 鈺??陰?┯ | 10001111111000111101010100111111001111111011000110100010001111111010100010111000 | 8fe3d53f3fb1a23fa8b8 |
UTF-8 | 鈺썩뮪陰놂┯ | 111010011000100010111010111011001000110110101001111010111010111010101010111010011001100110110000111010111000011010000010111000101001010010101111 | e988baec8da9ebaeaae999b0eb8682e294af |
UHC | 鈺썩뮪陰놂┯ | 111010001010110110111101111000101001001010110100111010111110010010110011111011111010011010111000 | e8adbde292b4ebe4b3efa6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)