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 | 111010111010010010101011111010111001010010110100010110011110101110100100101010111110101110010100101101000110001001000101 | eba4abeb94b459eba4abeb94b46245 |
UHC | 뤫딴Y뤫딴bE | 1000111111011001101101011111110101011001100011111101100110110101111111010110001001000101 | 8fd9b5fd598fd9b5fd6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)