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 | ?M?T???E | 0011111101001101001111110101010000111111001111110011111101000101 | 3f4d3f543f3f3f45 |
SJIS-WIN | ?M?T???E | 0011111101001101001111110101010000111111001111110011111101000101 | 3f4d3f543f3f3f45 |
EUC-JP | ?M?T???E | 0011111101001101001111110101010000111111001111110011111101000101 | 3f4d3f543f3f3f45 |
UTF-8 | 혪M혪T혩혻혪E | 111011011001100010101010010011011110110110011000101010100101010011101101100110001010100111101101100110001011101111101101100110001010101001000101 | ed98aa4ded98aa54ed98a9ed98bbed98aa45 |
UHC | 혪M혪T혩혻혪E | 11000010100100100100110111000010100100100101010011000010100100011100001010100000110000101001001001000101 | c2924dc29254c291c2a0c29245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)