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 | 111001011010100010100101010110011110010110101000101001010110001001000101 | e5a8a559e5a8a56245 |
EUC-JP | 螽・Y螽・bE | 1110101010101010100011101010010101011001111010101010101010001110101001010110001001000101 | eaaa8ea559eaaa8ea56245 |
UTF-8 | 螽・Y螽・bE | 111010001001111010111101111011111011110110100101010110011110100010011110101111011110111110111101101001010110001001000101 | e89ebdefbda559e89ebdefbda56245 |
UHC | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)