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 | ???鎰?? | 00111111001111110011111111101000010011000011111100111111 | 3f3f3fe84c3f3f |
EUC-JP | ???鎰?? | 00111111001111110011111111101111101011010011111100111111 | 3f3f3fefad3f3f |
UTF-8 | 劣믩갊鎰꾢푻 | 111011111010011010011101111010111010111110101001111010101011000010001010111010011000111010110000111010101011111010100010111011011001000110111011 | efa69debafa9eab08ae98eb0eabea2ed91bb |
UHC | 劣믩갊鎰꾢푻 | 111001101110101110010010111010111011000010100111111011001111000010000100111001011011111010000111 | e6eb92ebb0a7ecf084e5be87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)