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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逡瀧劇岺カ | 111001111001010110010001111010111000110010000000111110101010110110110110 | e79591eb8c80faadb6 |
EUC-JP | 逡瀧劇岺カ | 1110110111110101110000101110110110110111111000001000111110111011101110001000111010110110 | edf5c2edb7e08fbbb88eb6 |
UTF-8 | 逡瀧劇岺カ | 111010011000000010100001111001111000000010100111111001011000101010000111111001011011001010111010111011111011110110110110 | e980a1e780a7e58a87e5b2baefbdb6 |
UHC | 逡瀧劇岺? | 111100011110010011010110111010011101000010111100110101101011100100111111 | f1e4d6e9d0bcd6b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)