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 | ???}_?? | 00111111001111110011111101111101010111110011111100111111 | 3f3f3f7d5f3f3f |
SJIS-WIN | ???}_?? | 00111111001111110011111101111101010111110011111100111111 | 3f3f3f7d5f3f3f |
EUC-JP | ???}_?? | 00111111001111110011111101111101010111110011111100111111 | 3f3f3f7d5f3f3f |
UTF-8 | 혺챰횪}_챈짼 | 1110110110011000101110101110110010110001101100001110110110011010101010100111110101011111111011001011000110001000111011001010011110111100 | ed98baecb1b0ed9aaa7d5fecb188eca7bc |
UHC | 혺챰횪}_챈짼 | 110000101001111111000011101100011100001110100000011111010101111111000011101001101100001010110010 | c29fc3b1c3a07d5fc3a6c2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)