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 | 專?┗? | 100110111001001100111111100001001010111100111111 | 9b933f84af3f |
EUC-JP | 專?┗? | 110101011111001100111111101010001011000100111111 | d5f33fa8b13f |
UTF-8 | 專닷┗롉 | 111001011011000010001000111010111000101110110111111000101001010010010111111010111010000110001001 | e5b088eb8bb7e29497eba189 |
UHC | 專닷┗롉 | 1110111011110110101101001110010110100110101100011000111011001111 | eef6b4e5a6b18ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)