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 | 褻碑梢豢 | 1110010111110110100101001110100010001111101111011110011010110100 | e5f694e88fbde6b4 |
EUC-JP | 褻碑梢豢 | 1110101011111000110010001110101010111110101111111110110010110110 | eaf8c8eabebfecb6 |
UTF-8 | 褻碑梢豢 | 111010001010010010111011111001111010001010010001111001101010001010100010111010001011000110100010 | e8a4bbe7a291e6a2a2e8b1a2 |
UHC | 褻碑梢? | 11100000111000011101110111111000111101001111111000111111 | e0e1ddf8f4fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)