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 | 蓚コ雖宇 | 11100100111010011011101011100101101010111000100101000110 | e4e9bae5ab8946 |
EUC-JP | 蓚コ雖宇 | 1110100011101011100011101011101011101010101011011011000110100111 | e8eb8ebaeaadb1a7 |
UTF-8 | 蓚コ雖宇 | 111010001001001110011010111011111011110110111010111010011001101110010110111001011010111010000111 | e8939aefbdbae99b96e5ae87 |
UHC | 蓚?雖宇 | 11100010101111100011111111100010110011001110100111010100 | e2be3fe2cce9d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)