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 | 骭ォ蜊ィ蜊ィ^ | 11101001100011001010101111100101100011011010100011100101100011011010100001011110 | e98cabe58da8e58da85e |
EUC-JP | 骭ォ蜊ィ蜊ィ^ | 11110001111011001000111010101011111010011110110110001110101010001110100111101101100011101010100001011110 | f1ec8eabe9ed8ea8e9ed8ea85e |
UTF-8 | 骭ォ蜊ィ蜊ィ^ | 11101001101010101010110111101111101111011010101111101000100111001000101011101111101111011010100011101000100111001000101011101111101111011010100001011110 | e9aaadefbdabe89c8aefbda8e89c8aefbda85e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)