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 | 1000100101000001100101111100011101011001100010010100000110010111110001110110001001000101 | 894197c759894197c76245 |
EUC-JP | 陰良Y陰良bE | 1011000110100010110011101100100101011001101100011010001011001110110010010110001001000101 | b1a2cec959b1a2cec96245 |
UTF-8 | 陰良Y陰良bE | 111010011001100110110000111010001000100110101111010110011110100110011001101100001110100010001001101011110110001001000101 | e999b0e889af59e999b0e889af6245 |
UHC | 陰良Y陰良bE | 1110101111100100110101011101111001011001111010111110010011010101110111100110001001000101 | ebe4d5de59ebe4d5de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)