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 | 窈??有?? | 1110001001110111001111110011111110010111010011000011111100111111 | e2773f3f974c3f3f |
EUC-JP | 窈??有?? | 1110001111011000001111110011111111001101101011010011111100111111 | e3d83f3fcdad3f3f |
UTF-8 | 窈뚮㈃有쒙쭏 | 111001111010101010001000111010111001101010101110111000111000100010000011111001101001110010001001111011001001001010011001111011001010110110001111 | e7aa88eb9aaee38883e69c89ec9299ecad8f |
UHC | 窈뚮㈃有쒙쭏 | 111010011010000110001100111010111010100110110100111010101111001110011100111011111010011110001000 | e9a18ceba9b4eaf39cefa788 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)