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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 猪?Y猪?bE | 100100101001011000111111010110011001001010010110001111110110001001000101 | 92963f5992963f6245 |
EUC-JP | 猪?Y猪?bE | 110000111111011000111111010110011100001111110110001111110110001001000101 | c3f63f59c3f63f6245 |
UTF-8 | 猪벤Y猪벤bE | 111001111000110010101010111010111011001010100100010110011110011110001100101010101110101110110010101001000110001001000101 | e78caaebb2a459e78caaebb2a46245 |
UHC | 猪벤Y猪벤bE | 1110111011000100101110101010010101011001111011101100010010111010101001010110001001000101 | eec4baa559eec4baa56245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)