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 | 1110000010101010111000001101100001011001111000001010101011100000110110000110001001000101 | e0aae0d859e0aae0d86245 |
EUC-JP | 爼獵Y爼獵bE | 1110000010101100111000001101101001011001111000001010110011100000110110100110001001000101 | e0ace0da59e0ace0da6245 |
UTF-8 | 爼獵Y爼獵bE | 111001111000100010111100111001111000110110110101010110011110011110001000101111001110011110001101101101010110001001000101 | e788bce78db559e788bce78db56245 |
UHC | ?獵Y?獵bE | 001111111101011010110100010110010011111111010110101101000110001001000101 | 3fd6b4593fd6b46245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)