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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 握?握?B | 10001000101011000011111110001000101011000011111101000010 | 88ac3f88ac3f42 |
EUC-JP | 握鉥握鉥B | 1011000010101110100011111110001111101000101100001010111010001111111000111110100001000010 | b0ae8fe3e8b0ae8fe3e842 |
UTF-8 | 握鉥握鉥B | 11100110100011111010000111101001100010011010010111100110100011111010000111101001100010011010010101000010 | e68fa1e989a5e68fa1e989a542 |
UHC | 握鉥握鉥B | 111001001100010011100010111111001110010011000100111000101111110001000010 | e4c4e2fce4c4e2fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)