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 | ???ZoBF | 00111111001111110011111101011010011011110100001001000110 | 3f3f3f5a6f4246 |
SJIS-WIN | 籵慊アZoBF | 111000101110000010011100110000101011000101011010011011110100001001000110 | e2e09cc2b15a6f4246 |
EUC-JP | 籵慊アZoBF | 11100100111000101101100011000100100011101011000101011010011011110100001001000110 | e4e2d8c48eb15a6f4246 |
UTF-8 | 籵慊アZoBF | 11100111101100011011010111100110100001011000101011101111101111011011000101011010011011110100001001000110 | e7b1b5e6858aefbdb15a6f4246 |
UHC | ?慊?ZoBF | 0011111111001100110000110011111101011010011011110100001001000110 | 3fccc33f5a6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)