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 | 肅後圭苒 | 1110001111100111100011001110001110001100010111001110010010010010 | e3e78ce38c5ce492 |
EUC-JP | 肅後圭苒 | 1110011011101001101110001110010110110111101111011110011111110010 | e6e9b8e5b7bde7f2 |
UTF-8 | 肅後圭苒 | 111010001000001010000101111001011011111010001100111001011001110010101101111010001000101110010010 | e88285e5be8ce59cade88b92 |
UHC | 肅後圭苒 | 1110001011011100111111011010110111010000101001001110011011111110 | e2dcfdadd0a4e6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)