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 | 箏簑鮏珎 | 1110001010110101111000101100000011111100010000111110000011011101 | e2b5e2c0fc43e0dd |
EUC-JP | 箏簑鮏珎 | 111001001011011111100100110000101000111111101010110110111110000011011111 | e4b7e4c28feadbe0df |
UTF-8 | 箏簑鮏珎 | 111001111010111010001111111001111011000010010001111010011010111010001111111001111000111110001110 | e7ae8fe7b091e9ae8fe78f8e |
UHC | 箏??? | 1110111010110100001111110011111100111111 | eeb43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)