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 | ????L | 0011111100111111001111110011111101001100 | 3f3f3f3f4c |
SJIS-WIN | 鋺茨スェL | 11100111111110101000100011101111101111011010101001001100 | e7fa88efbdaa4c |
EUC-JP | 鋺茨スェL | 111011101111110010110000111100011000111010111101100011101010101001001100 | eefcb0f18ebd8eaa4c |
UTF-8 | 鋺茨スェL | 11101001100010111011101011101000100011001010100011101111101111011011110111101111101111011010101001001100 | e98bbae88ca8efbdbdefbdaa4c |
UHC | ?茨??L | 001111111110110110111100001111110011111101001100 | 3fedbc3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)