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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??蚣 | 00111111001111111110010101101110 | 3f3fe56e |
EUC-JP | ??蚣 | 00111111001111111110100111001111 | 3f3fe9cf |
UTF-8 | 뤓欄蚣 | 111010111010010010010011111011111010010010011101111010001001101010100011 | eba493efa49de89aa3 |
UHC | 뤓欄蚣 | 100011111100001111010001111011011100110111110111 | 8fc3d1edcdf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)