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 | 蹟?粧?珥? | 100100001101011000111111100011111100111100111111111000001110000000111111 | 90d63f8fcf3fe0e03f |
EUC-JP | 蹟?粧?珥? | 110000001101100000111111101111101101000100111111111000001110001000111111 | c0d83fbed13fe0e23f |
UTF-8 | 蹟렕粧렰珥렮 | 111010001011100110011111111010111010000010010101111001111011001010100111111010111010000010110000111001111000111110100101111010111010000010101110 | e8b99feba095e7b2a7eba0b0e78fa5eba0ae |
UHC | 蹟렕粧렰珥렮 | 111011101110011110001110101010101110110111110010100011101011110111101100101101001000111010111011 | eee78eaaedf28ebdecb48ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)