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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 雫釵雫釛^ | 11110000101010011000111010110100111001111101111011110000101010011000111010110100111001111101110001011110 | f0a98eb4e7def0a98eb4e7dc5e |
EUC-JP | ?雫釵?雫釛^ | 0011111110111100101101101110111011100000001111111011110010110110111011101101111001011110 | 3fbcb6eee03fbcb6eede5e |
UTF-8 | 雫釵雫釛^ | 11101110100000011010100011101001100110111010101111101001100001111011010111101110100000011010100011101001100110111010101111101001100001111001101101011110 | ee81a8e99babe987b5ee81a8e99babe9879b5e |
UHC | ??釵???^ | 0011111100111111111100111111101100111111001111110011111101011110 | 3f3ff3fb3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)