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 | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 溜잏뮵Y溜잏뮵bE | 111011111010011110001011111011001001111010001111111010111010111010110101010110011110111110100111100010111110110010011110100011111110101110101110101101010110001001000101 | efa78bec9e8febaeb559efa78bec9e8febaeb56245 |
UHC | 溜잏뮵Y溜잏뮵bE | 111010101111111010011111111001111001001010111101010110011110101011111110100111111110011110010010101111010110001001000101 | eafe9fe792bd59eafe9fe792bd6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)