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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遘ャ關③ | 11100111101001111010110011101000100100001000011101000010 | e7a7ace8908742 |
EUC-JP | 遘ャ關? | 11101110101010011000111010101100111011111111000000111111 | eea98eaceff03f |
UTF-8 | 遘ャ關③ | 111010011000000110011000111011111011110110101100111010011001011110011100111000101001000110100010 | e98198efbdace9979ce291a2 |
UHC | ??關③ | 001111110011111111001110101111001010100011101001 | 3f3fcebca8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)