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 | 100010100101000100111111010110011000101001010001001111110110001001000101 | 8a513f598a513f6245 |
EUC-JP | 害?Y害?bE | 101100111011001000111111010110011011001110110010001111110110001001000101 | b3b23f59b3b23f6245 |
UTF-8 | 害렪Y害렪bE | 111001011010111010110011111010111010000010101010010110011110010110101110101100111110101110100000101010100110001001000101 | e5aeb3eba0aa59e5aeb3eba0aa6245 |
UHC | 害렪Y害렪bE | 1111101010101010100011101011100001011001111110101010101010001110101110000110001001000101 | faaa8eb859faaa8eb86245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)