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 | 隶瑚ス滉ケ | 1110100010101110100011001110100010111101100111111110010010111001 | e8ae8ce8bd9fe4b9 |
EUC-JP | 隶瑚ス滉ケ | 11110000101100001011100011101010100011101011110111011110111001101000111010111001 | f0b0b8ea8ebddee68eb9 |
UTF-8 | 隶瑚ス滉ケ | 111010011001101010110110111001111001000110011010111011111011110110111101111001101011101110001001111011111011110110111001 | e99ab6e7919aefbdbde6bb89efbdb9 |
UHC | ?瑚?滉? | 00111111111110111101000100111111111111001101000100111111 | 3ffbd13ffcd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)