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 | ???X | 0011111100111111001111111000001001110111 | 3f3f3f8277 |
EUC-JP | ??庾X | 00111111001111111000111110111100110011101010001111011000 | 3f3f8fbccea3d8 |
UTF-8 | 뤰뎔庾X | 111010111010010010110000111010111000111010010100111001011011101010111110111011111011110010111000 | eba4b0eb8e94e5babeefbcb8 |
UHC | 뤰뎔庾X | 1000111111011110101101011011000011101010111011001010001111011000 | 8fdeb5b0eaeca3d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)