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 | テ環ョテ環ョ^ | 110000111000101011000010101011101100001110001010110000101010111001011110 | c38ac2aec38ac2ae5e |
EUC-JP | テ環ョテ環ョ^ | 10001110110000111011010011000100100011101010111010001110110000111011010011000100100011101010111001011110 | 8ec3b4c48eae8ec3b4c48eae5e |
UTF-8 | テ環ョテ環ョ^ | 11101111101111101000001111100111100100101011000011101111101111011010111011101111101111101000001111100111100100101011000011101111101111011010111001011110 | efbe83e792b0efbdaeefbe83e792b0efbdae5e |
UHC | ?環??環?^ | 001111111111110010111011001111110011111111111100101110110011111101011110 | 3ffcbb3f3ffcbb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)