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 | 100010001111101000111111010110011000100011111010001111110110001001000101 | 88fa3f5988fa3f6245 |
EUC-JP | 淫?Y淫?bE | 101100001111110000111111010110011011000011111100001111110110001001000101 | b0fc3f59b0fc3f6245 |
UTF-8 | 淫급Y淫급bE | 111001101011011110101011111010101011100010001001010110011110011010110111101010111110101010111000100010010110001001000101 | e6b7abeab88959e6b7abeab8896245 |
UHC | 淫급Y淫급bE | 1110101111100010101100011101111001011001111010111110001010110001110111100110001001000101 | ebe2b1de59ebe2b1de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)