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 | ?⑨?鼇?? | 0011111110000111010010000011111111101010100001110011111100111111 | 3f87483fea873f3f |
EUC-JP | ???鼇?? | 00111111001111110011111111110011111001110011111100111111 | 3f3f3ff3e73f3f |
UTF-8 | 緣⑨숴鼇믭쉼 | 111001111011011110100011111000101001000110101000111011001000100010110100111010011011110010000111111010111010111110101101111011001000100110111100 | e7b7a3e291a8ec88b4e9bc87ebafadec89bc |
UHC | 緣⑨숴鼇믭쉼 | 111001101101111010101000111011111011110110100100111010001010100010010010111011111011110110110000 | e6dea8efbda4e8a892efbdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)