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 | OMT³ | 1001001001001111100100100100110110010010010101001001000110110011 | 924f924d925491b3 |
SJIS-WIN | ?O?M?T?? | 0011111101001111001111110100110100111111010101000011111100111111 | 3f4f3f4d3f543f3f |
EUC-JP | ?O?M?T?? | 0011111101001111001111110100110100111111010101000011111100111111 | 3f4f3f4d3f543f3f |
UTF-8 | OMT³ | 11000010100100100100111111000010100100100100110111000010100100100101010011000010100100011100001010110011 | c2924fc2924dc29254c291c2b3 |
UHC | ?O?M?T?³ | 001111110100111100111111010011010011111101010100001111111010100111111000 | 3f4f3f4d3f543fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)