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 | 茱爼茱? | 11100100101000111110000010101010111001001010001100111111 | e4a3e0aae4a33f |
EUC-JP | 茱爼茱澰 | 111010001010010111100000101011001110100010100101100011111100100011110111 | e8a5e0ace8a58fc8f7 |
UTF-8 | 茱爼茱澰 | 111010001000110010110001111001111000100010111100111010001000110010110001111001101011111010110000 | e88cb1e788bce88cb1e6beb0 |
UHC | 茱?茱? | 111000101011110000111111111000101011110000111111 | e2bc3fe2bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)