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 | 窩畔?? | 111000100111110010010100110010000011111100111111 | e27c94c83f3f |
EUC-JP | 窩畔?? | 111000111101110111001000110010100011111100111111 | e3ddc8ca3f3f |
UTF-8 | 窩畔렓렪 | 111001111010101010101001111001111001010110010100111010111010000010010011111010111010000010101010 | e7aaa9e79594eba093eba0aa |
UHC | 窩畔렓렪 | 1110100011000000110110101110110110001110101010001000111010111000 | e8c0daed8ea88eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)