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 | ?°??? | 0011111110110000001111110011111100111111 | 3fb03f3f3f |
SJIS-WIN | 癆°4踉金 | 11100001100101001000000110001011100000100101001111100110111100101000101111100000 | e194818b8253e6f28be0 |
EUC-JP | 癆°4踉金 | 11100001111101001010000111101011101000111011010011101100111101001011011011100010 | e1f4a1eba3b4ecf4b6e2 |
UTF-8 | 癆°4踉金 | 1110011110011001100001101100001010110000111011111011110010010100111010001011100010001001111010011000011110010001 | e79986c2b0efbc94e8b889e98791 |
UHC | ?°4?金 | 0011111110100001110001101010001110110100001111111101000111010001 | 3fa1c6a3b43fd1d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)