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 | 燼??? | 1110000010011110001111110011111100111111 | e09e3f3f3f |
EUC-JP | 燼??瀯 | 11011111111111100011111100111111100011111100100110110010 | dffe3f3f8fc9b2 |
UTF-8 | 燼뜌뢉瀯 | 111001111000011110111100111010111001110010001100111010111010001010001001111001111000000010101111 | e787bceb9c8ceba289e780af |
UHC | 燼뜌뢉瀯 | 1110001111101000100011011000111110001111010001011110011110111011 | e3e88d8f8f45e7bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)