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 | 111010111001110110010111111010111011010010001101010110011110101110011101100101111110101110110100100011010110001001000101 | eb9d97ebb48d59eb9d97ebb48d6245 |
UHC | 띗봍Y띗봍bE | 1000110111001101100101000100110001011001100011011100110110010100010011000110001001000101 | 8dcd944c598dcd944c6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)