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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 偲悉偲カト失 | 10001110110000111000111010111011100011101100001110110110110001001000111010111000 | 8ec38ebb8ec3b6c48eb8 |
EUC-JP | 偲悉偲カト失 | 101111001100010110111100101111011011110011000101100011101011011010001110110001001011110010111010 | bcc5bcbdbcc58eb68ec4bcba |
UTF-8 | 偲悉偲カト失 | 111001011000000110110010111001101000001010001001111001011000000110110010111011111011110110110110111011111011111010000100111001011010010010110001 | e581b2e68289e581b2efbdb6efbe84e5a4b1 |
UHC | ?悉???失 | 0011111111100011111110100011111100111111001111111110001111110111 | 3fe3fa3f3f3fe3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)