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 | 疾汐踈シュ | 10001110101111101000111010101100111001101111000110111100101011011111001010101001 | 8ebe8eace6f1bcadf2a9 |
EUC-JP | 疾汐踈シュ? | 1011110011000000101111001010111011101100111100111000111010111100100011101010110100111111 | bcc0bcaeecf38ebc8ead3f |
UTF-8 | 疾汐踈シュ | 111001111001011010111110111001101011000110010000111010001011100010001000111011111011110110111100111011111011110110101101111011101000011110100000 | e796bee6b190e8b888efbdbcefbdadee87a0 |
UHC | 疾汐???? | 1111001011110000111000001011000100111111001111110011111100111111 | f2f0e0b13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)