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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?х?工 | 001111111000010010000111001111111000110101001000 | 3f84873f8d48 |
EUC-JP | ?х?工 | 001111111010011111100111001111111011100110101001 | 3fa7e73fb9a9 |
UTF-8 | 料х슘工 | 1110111110100110101111101101000110000101111011001000101010011000111001011011011110100101 | efa6bed185ec8a98e5b7a5 |
UHC | 料х슘工 | 1110100011110111101011001110011110111101101101111100110111101111 | e8f7ace7bdb7cdef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)