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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?罹西 | 0011111110011100111010111001000010111100 | 3f9ceb90bc |
EUC-JP | ?罹西 | 0011111111011000111011011100000010111110 | 3fd8edc0be |
UTF-8 | 灐罹西 | 111001111000000110010000111001111011110110111001111010001010010110111111 | e78190e7bdb9e8a5bf |
UHC | 灐罹西 | 111110111010010111010111111001111110000010100100 | fba5d7e7e0a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)