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 | 蹟?粧??? | 1001000011010110001111111000111111001111001111110011111100111111 | 90d63f8fcf3f3f3f |
EUC-JP | 蹟?粧??? | 1100000011011000001111111011111011010001001111110011111100111111 | c0d83fbed13f3f3f |
UTF-8 | 蹟렕粧렰麟렱 | 111010001011100110011111111010111010000010010101111001111011001010100111111010111010000010110000111011111010011110110011111010111010000010110001 | e8b99feba095e7b2a7eba0b0efa7b3eba0b1 |
UHC | 蹟렕粧렰麟렱 | 111011101110011110001110101010101110110111110010100011101011110111101100111010001000111010111110 | eee78eaaedf28ebdece88ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)