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 | 艪癢姙裂喙 | 11100100100000101110000110011000100110110100101110010111111101001001101001011011 | e482e1989b4b97f49a5b |
EUC-JP | 艪癢姙裂喙 | 11100111111000101110000111111000110101011010110011001110111101101101001110111100 | e7e2e1f8d5accef6d3bc |
UTF-8 | 艪癢姙裂喙 | 111010001000100110101010111001111001100110100010111001011010011110011001111010001010001110000010111001011001011010011001 | e889aae799a2e5a799e8a382e59699 |
UHC | ??姙裂喙 | 0011111100111111111011001111010111010110101011101111110111000010 | 3f3fecf5d6aefdc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)