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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???X鏃 | 00111111001111110011111110000010011101111110100001010110 | 3f3f3f8277e856 |
EUC-JP | ??庾X鏃 | 001111110011111110001111101111001100111010100011110110001110111110110111 | 3f3f8fbccea3d8efb7 |
UTF-8 | 뤰뎔庾X鏃 | 111010111010010010110000111010111000111010010100111001011011101010111110111011111011110010111000111010011000111110000011 | eba4b0eb8e94e5babeefbcb8e98f83 |
UHC | 뤰뎔庾X鏃 | 10001111110111101011010110110000111010101110110010100011110110001111000011101100 | 8fdeb5b0eaeca3d8f0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)