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 | ?a???? | 001111110110000100111111001111110011111100111111 | 3f613f3f3f3f |
SJIS-WIN | ?a???? | 001111110110000100111111001111110011111100111111 | 3f613f3f3f3f |
EUC-JP | ?a???? | 001111110110000100111111001111110011111100111111 | 3f613f3f3f3f |
UTF-8 | 혢a혯짧찼혙 | 11101101100110001010001001100001111011011001100010101111111011001010011110100111111011001011000010111100111011011001100010011001 | ed98a261ed98afeca7a7ecb0bced9899 |
UHC | 혢a혯짧찼혙 | 1100001010001011011000011100001010010110110000101010101011000011101000011100001010000100 | c28b61c296c2aac3a1c284 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)