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 | 鏑?諍? | 100100110100110000111111111001100111100100111111 | 934c3fe6793f |
EUC-JP | 鏑?諍? | 110001011010110100111111111010111101101000111111 | c5ad3febda3f |
UTF-8 | 鏑렍諍렪 | 111010011000111110010001111010111010000010001101111010001010101110001101111010111010000010101010 | e98f91eba08de8ab8deba0aa |
UHC | 鏑렍諍렪 | 1110111011101011100011101010001111101110101101011000111010111000 | eeeb8ea3eeb58eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)