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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 堊??? | 1001101010111111001111110011111100111111 | 9abf3f3f3f |
EUC-JP | 堊??? | 1101010011000001001111110011111100111111 | d4c13f3f3f |
UTF-8 | 堊꾨젳連 | 111001011010000010001010111010101011111010101000111011001010000010110011111011111010011010011010 | e5a08aeabea8eca0b3efa69a |
UHC | 堊꾨젳連 | 1110010010111110100001001110101110100000101001111110011011100110 | e4be84eba0a7e6e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)