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 | 1110001010110101111100101110001101011001111000101011010111110010111000110110001001000101 | e2b5f2e359e2b5f2e36245 |
EUC-JP | 箏?Y箏?bE | 111001001011011100111111010110011110010010110111001111110110001001000101 | e4b73f59e4b73f6245 |
UTF-8 | 箏Y箏bE | 111001111010111010001111111011101000100010011010010110011110011110101110100011111110111010001000100110100110001001000101 | e7ae8fee889a59e7ae8fee889a6245 |
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)