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 | ?Y???Y??^ | 001111110101100100111111001111110011111101011001001111110011111101011110 | 3f593f3f3f593f3f5e |
SJIS-WIN | ?Y???Y??^ | 001111110101100100111111001111110011111101011001001111110011111101011110 | 3f593f3f3f593f3f5e |
EUC-JP | ?Y???Y??^ | 001111110101100100111111001111110011111101011001001111110011111101011110 | 3f593f3f3f593f3f5e |
UTF-8 | 혰Y혩책혰Y혳째^ | 111011011001100010110000010110011110110110011000101010011110110010110001100001011110110110011000101100000101100111101101100110001011001111101100101001111011100001011110 | ed98b059ed98a9ecb185ed98b059ed98b3eca7b85e |
UHC | 혰Y혩책혰Y혳째^ | 110000101001011101011001110000101001000111000011101001011100001010010111010110011100001010011010110000101011000001011110 | c29759c291c3a5c29759c29ac2b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)