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 | ?{?|?? | 001111110111101100111111011111000011111100111111 | 3f7b3f7c3f3f |
SJIS-WIN | ?{?|?? | 001111110111101100111111011111000011111100111111 | 3f7b3f7c3f3f |
EUC-JP | ?{?|?? | 001111110111101100111111011111000011111100111111 | 3f7b3f7c3f3f |
UTF-8 | 혺{찼|혲청 | 1110110110011000101110100111101111101100101100001011110001111100111011011001100010110010111011001011001010101101 | ed98ba7becb0bc7ced98b2ecb2ad |
UHC | 혺{찼|혲청 | 11000010100111110111101111000011101000010111110011000010100110011100001110111011 | c29f7bc3a17cc299c3bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)