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 | 111010001011110100111111010110011110100010111101001111110110001001000101 | e8bd3f59e8bd3f6245 |
EUC-JP | 霓?Y霓?bE | 111100001011111100111111010110011111000010111111001111110110001001000101 | f0bf3f59f0bf3f6245 |
UTF-8 | 霓욭Y霓욭bE | 111010011001110010010011111011001001101010101101010110011110100110011100100100111110110010011010101011010110001001000101 | e99c93ec9aad59e99c93ec9aad6245 |
UHC | 霓욭Y霓욭bE | 1110011111100111100111110100010101011001111001111110011110011111010001010110001001000101 | e7e79f4559e7e79f456245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)