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 | 域??蟯?? | 1000100011100110001111110011111111100101101100100011111100111111 | 88e63f3fe5b23f3f |
EUC-JP | 域??蟯?? | 1011000011101000001111110011111111101010101101000011111100111111 | b0e83f3feab43f3f |
UTF-8 | 域⒳퐜蟯믤퓺 | 111001011001111110011111111000101001001010110011111011011001000010011100111010001001111110101111111010111010111110100100111011011001001110111010 | e59f9fe292b3ed909ce89fafebafa4ed93ba |
UHC | 域⒳퐜蟯믤퓺 | 111001101011010010101001111001001011110110000110111010011010100010010010111001101011111110011111 | e6b4a9e4bd86e9a892e6bf9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)