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 | 霓??? | 1110100010111101001111110011111100111111 | e8bd3f3f3f |
EUC-JP | 霓??艅 | 11110000101111110011111100111111100011111101011011111101 | f0bf3f3f8fd6fd |
UTF-8 | 霓멱떐艅 | 111010011001110010010011111010111010100110110001111010111001011010010000111010001000100110000101 | e99c93eba9b1eb9690e88985 |
UHC | 霓멱떐艅 | 1110011111100111101110001110100010001011101001101110011010101001 | e7e7b8e88ba6e6a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)