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 | 聲′勝篁 | 1110001111011111100000011000110010001111100111111110001010111001 | e3df818c8f9fe2b9 |
EUC-JP | 聲′勝篁 | 1110011011100001101000011110110010111110101000011110010010111011 | e6e1a1ecbea1e4bb |
UTF-8 | 聲′勝篁 | 111010001000000110110010111000101000000010110010111001011000101110011101111001111010111110000001 | e881b2e280b2e58b9de7af81 |
UHC | 聲′勝篁 | 1110000110100010101000011100011111100011101011011111110011010110 | e1a2a1c7e3adfcd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)