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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 燾フ鮗シ] | 11111011010110101100110011101001101110101011110001011101 | fb5acce9babc5d |
EUC-JP | 燾フ鮗シ] | 10001111110010101011110110001110110011001111001010111100100011101011110001011101 | 8fcabd8eccf2bc8ebc5d |
UTF-8 | 燾フ鮗シ] | 11100111100001111011111011101111101111101000110011101001101011101001011111101111101111011011110001011101 | e787beefbe8ce9ae97efbdbc5d |
UHC | 燾???] | 110101001010011100111111001111110011111101011101 | d4a73f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)