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 | 螳ー繽縄ー | 1110010110101110101100001110001110001111100100111110101010110000 | e5aeb0e38f93eab0 |
EUC-JP | 螳ー繽縄ー | 11101010101100001000111010110000111001011110111111000110111011001000111010110000 | eab08eb0e5efc6ec8eb0 |
UTF-8 | 螳ー繽縄ー | 111010001001111010110011111011111011110110110000111001111011100110111101111001111011100010000100111011111011110110110000 | e89eb3efbdb0e7b9bde7b884efbdb0 |
UHC | 螳???? | 110100111101100100111111001111110011111100111111 | d3d93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)