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 | 1001110101100110100111101110010101011001100111010110011010011110111001010110001001000101 | 9d669ee5599d669ee56245 |
EUC-JP | 拉槫Y拉槫bE | 1101100111000111110111001110011101011001110110011100011111011100111001110110001001000101 | d9c7dce759d9c7dce76245 |
UTF-8 | 拉槫Y拉槫bE | 111001101000101110001001111001101010011110101011010110011110011010001011100010011110011010100111101010110110001001000101 | e68b89e6a7ab59e68b89e6a7ab6245 |
UHC | 拉?Y拉?bE | 110101011100001100111111010110011101010111000011001111110110001001000101 | d5c33f59d5c33f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)