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 | 1110001010110101111100001110100101011001111000101011010111110000111010010110001001000101 | e2b5f0e959e2b5f0e96245 |
EUC-JP | 箏?Y箏?bE | 111001001011011100111111010110011110010010110111001111110110001001000101 | e4b73f59e4b73f6245 |
UTF-8 | 箏Y箏bE | 111001111010111010001111111011101000001010101000010110011110011110101110100011111110111010000010101010000110001001000101 | e7ae8fee82a859e7ae8fee82a86245 |
UHC | 箏?Y箏?bE | 111011101011010000111111010110011110111010110100001111110110001001000101 | eeb43f59eeb43f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)