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 | ??????J\ | 0011111100111111001111110011111100111111001111110100101001011100 | 3f3f3f3f3f3f4a5c |
SJIS-WIN | テケツョテシJ\ | 1100001110111001110000101010111011000011101111000100101001011100 | c3b9c2aec3bc4a5c |
EUC-JP | テケツョテシJ\ | 1000111011000011100011101011100110001110110000101000111010101110100011101100001110001110101111000100101001011100 | 8ec38eb98ec28eae8ec38ebc4a5c |
UTF-8 | テケツョテシJ\ | 1110111110111110100000111110111110111101101110011110111110111110100000101110111110111101101011101110111110111110100000111110111110111101101111000100101001011100 | efbe83efbdb9efbe82efbdaeefbe83efbdbc4a5c |
UHC | ??????J\ | 0011111100111111001111110011111100111111001111110100101001011100 | 3f3f3f3f3f3f4a5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)