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 | ?μ?旬 | 001111111000001111001010001111111000111101111011 | 3f83ca3f8f7b |
EUC-JP | ?μ?旬 | 001111111010011011001100001111111011110111011100 | 3fa6cc3fbddc |
UTF-8 | 嶪μ왎旬 | 1110010110110110101010101100111010111100111011001001100110001110111001101001011110101100 | e5b6aacebcec998ee697ac |
UHC | 嶪μ왎旬 | 1110010111110101101001011110110010011110101111111110001011100010 | e5f5a5ec9ebfe2e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)