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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈺???? | 111110111100010000111111001111110011111100111111 | fbc43f3f3f3f |
EUC-JP | 鈺??孼? | 100011111110001111010101001111110011111110001111101110101100001100111111 | 8fe3d53f3f8fbac33f |
UTF-8 | 鈺싧ㄷ孼닺 | 111010011000100010111010111011001000101110100111111000111000010010110111111001011010110110111100111010111000101110111010 | e988baec8ba7e384b7e5adbceb8bba |
UHC | 鈺싧ㄷ孼닺 | 11101000101011011001101011100101101001001010011111100101111011011011010011101000 | e8ad9ae5a4a7e5edb4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)