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 | ?_???? | 001111110101111100111111001111110011111100111111 | 3f5f3f3f3f3f |
SJIS-WIN | ?_???? | 001111110101111100111111001111110011111100111111 | 3f5f3f3f3f3f |
EUC-JP | ?_???? | 001111110101111100111111001111110011111100111111 | 3f5f3f3f3f3f |
UTF-8 | 혡_혡챠혯쨋 | 11101101100110001010000101011111111011011001100010100001111011001011000110100000111011011001100010101111111011001010100010001011 | ed98a15fed98a1ecb1a0ed98afeca88b |
UHC | 혡_혡챠혯쨋 | 1100001010001010010111111100001010001010110000111010110111000010100101101100001010110110 | c28a5fc28ac3adc296c2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)