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 | TMU | 100100100101010010010010010011011001001001010101 | 9254924d9255 |
SJIS-WIN | ?T?M?U | 001111110101010000111111010011010011111101010101 | 3f543f4d3f55 |
EUC-JP | ?T?M?U | 001111110101010000111111010011010011111101010101 | 3f543f4d3f55 |
UTF-8 | TMU | 110000101001001001010100110000101001001001001101110000101001001001010101 | c29254c2924dc29255 |
UHC | ?T?M?U | 001111110101010000111111010011010011111101010101 | 3f543f4d3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)