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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 혦짖챌짧혣챤 | 111011011001100010100110111011001010011110010110111011001011000110001100111011001010011110100111111011011001100010100011111011001011000110100100 | ed98a6eca796ecb18ceca7a7ed98a3ecb1a4 |
UHC | 혦짖챌짧혣챤 | 110000101000111011000010101000101100001110100111110000101010101011000010100011001100001110101110 | c28ec2a2c3a7c2aac28cc3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)