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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?れ?恁?^ | 0011111110000010111010100011111110011100100011000011111101011110 | 3f82ea3f9c8c3f5e |
EUC-JP | ?れ?恁?^ | 0011111110100100111011000011111111010111111011000011111101011110 | 3fa4ec3fd7ec3f5e |
UTF-8 | 淋れ쭬恁줢^ | 11101111101001111011010111100011100000101000110011101100101011011010110011100110100000011000000111101100101001001010001001011110 | efa7b5e3828cecadace68181eca4a25e |
UHC | 淋れ쭬恁줢^ | 1110110011111000101010101110110010100111101000001110110011110110101000100101000101011110 | ecf8aaeca7a0ecf6a2515e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)