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 | 1001101101110111100010111001000101011001100110110111011110001011100100010110001001000101 | 9b778b91599b778b916245 |
EUC-JP | 孩拒Y孩拒bE | 1101010111011000101101011111000101011001110101011101100010110101111100010110001001000101 | d5d8b5f159d5d8b5f16245 |
UTF-8 | 孩拒Y孩拒bE | 111001011010110110101001111001101000101110010010010110011110010110101101101010011110011010001011100100100110001001000101 | e5ada9e68b9259e5ada9e68b926245 |
UHC | 孩拒Y孩拒bE | 1111101010101001110010111101111001011001111110101010100111001011110111100110001001000101 | faa9cbde59faa9cbde6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)