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 | 甕???穩 | 11100001010100000011111100111111001111111110001001110010 | e1503f3f3fe272 |
EUC-JP | 甕???穩 | 11100001101100010011111100111111001111111110001111010011 | e1b13f3f3fe3d3 |
UTF-8 | 甕앇듼뵥穩 | 111001111001010010010101111011001001010110000111111010111001001110111100111010111011010110100101111001111010100110101001 | e79495ec9587eb93bcebb5a5e7a9a9 |
UHC | 甕앇듼뵥穩 | 11101000101110001001110111010001100010101110001010010100101001001110100010110001 | e8b89dd18ae294a4e8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)