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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 證訥? | 1110011010011010111001100110001100111111 | e69ae6633f |
EUC-JP | 證訥? | 1110101111111010111010111100010000111111 | ebfaebc43f |
UTF-8 | 證訥츄 | 111010001010110110001001111010001010100010100101111011001011100010000100 | e8ad89e8a8a5ecb884 |
UHC | 證訥츄 | 111100011111101111010010111011011100001111110010 | f1fbd2edc3f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)