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 | 霄頑ケォ蟄ク | 111010001011101010001010111001101011100110101011111001011010110110111000 | e8ba8ae6b9abe5adb8 |
EUC-JP | 霄頑ケォ蟄ク | 111100001011110010110100111010001000111010111001100011101010101111101010101011111000111010111000 | f0bcb4e88eb98eabeaaf8eb8 |
UTF-8 | 霄頑ケォ蟄ク | 111010011001110010000100111010011010000010010001111011111011110110111001111011111011110110101011111010001001111110000100111011111011110110111000 | e99c84e9a091efbdb9efbdabe89f84efbdb8 |
UHC | ?頑??蟄? | 0011111111101000110101110011111100111111111101101101111000111111 | 3fe8d73f3ff6de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)