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 | 111011111010011110010001111011001001111010001101111010101011110110110001010110011110111110100111100100011110110010011110100011011110101010111101101100010110001001000101 | efa791ec9e8deabdb159efa791ec9e8deabdb16245 |
UHC | 六잍꽱Y六잍꽱bE | 111010111011101110011111111001101000010010111100010110011110101110111011100111111110011010000100101111000110001001000101 | ebbb9fe684bc59ebbb9fe684bc6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)