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 | 豎晧「や | 11100110101100011001110111101100101000101000001011100010 | e6b19deca282e2 |
EUC-JP | 豎晧「や | 1110110010110011110110101110111010001110101000101010010011100100 | ecb3daee8ea2a4e4 |
UTF-8 | 豎晧「や | 111010001011000110001110111001101001100110100111111011111011110110100010111000111000001010000100 | e8b18ee699a7efbda2e38284 |
UHC | ?晧?や | 001111111111101111000101001111111010101011100100 | 3ffbc53faae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)