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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
EUC-JP | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
UTF-8 | 슮쌢Y슮쌢bE | 111011001000101010101110111011001000110010100010010110011110110010001010101011101110110010001100101000100110001001000101 | ec8aaeec8ca259ec8aaeec8ca26245 |
UHC | 슮쌢Y슮쌢bE | 1001101010110101100110110100111001011001100110101011010110011011010011100110001001000101 | 9ab59b4e599ab59b4e6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)