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 | TMK±^ | 100100100101010010010010010011011001001001001011100100011011000101011110 | 9254924d924b91b15e |
SJIS-WIN | ?T?M?K?±^ | 00111111010101000011111101001101001111110100101100111111100000010111110101011110 | 3f543f4d3f4b3f817d5e |
EUC-JP | ?T?M?K?±^ | 00111111010101000011111101001101001111110100101100111111101000011101111001011110 | 3f543f4d3f4b3fa1de5e |
UTF-8 | TMK±^ | 1100001010010010010101001100001010010010010011011100001010010010010010111100001010010001110000101011000101011110 | c29254c2924dc2924bc291c2b15e |
UHC | ?T?M?K?±^ | 00111111010101000011111101001101001111110100101100111111101000011011111001011110 | 3f543f4d3f4b3fa1be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)