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 | ??σ誌 | 001111110011111110000011110100001000111010001111 | 3f3f83d08e8f |
EUC-JP | ??σ誌 | 001111110011111110100110110100101011101111101111 | 3f3fa6d2bbef |
UTF-8 | 뤗체σ誌 | 1110101110100100100101111110110010110010101101001100111110000011111010001010101010001100 | eba497ecb2b4cf83e8aa8c |
UHC | 뤗체σ誌 | 1000111111000111110000111011110010100101111100101111001010111100 | 8fc7c3bca5f2f2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)