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 | 艶k?? | 100010011001000010000010100010110011111100111111 | 8990828b3f3f |
EUC-JP | 艶k?? | 101100011111000010100011111010110011111100111111 | b1f0a3eb3f3f |
UTF-8 | 艶k뜂履 | 111010001000100110110110111011111011110110001011111010111001110010000010111011111010011110011111 | e889b6efbd8beb9c82efa79f |
UHC | 艶k뜂履 | 1110011011111101101000111110101110001101100001101110110010101010 | e6fda3eb8d86ecaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)