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 | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | 湲?已?燿?H | 10011111110100010011111110011011110111110011111111100000101000000011111101001000 | 9fd13f9bdf3fe0a03f48 |
EUC-JP | 湲?已?燿?H | 11011110110100110011111111010110111000010011111111100000101000100011111101001000 | ded33fd6e13fe0a23f48 |
UTF-8 | 湲렪已렡燿렪H | 11100110101110011011001011101011101000001010101011100101101101111011001011101011101000001010000111100111100001111011111111101011101000001010101001001000 | e6b9b2eba0aae5b7b2eba0a1e787bfeba0aa48 |
UHC | 湲렪已렡燿렪H | 11101010101110001000111010111000111011001010101110001110101100101110100011111100100011101011100001001000 | eab88eb8ecab8eb2e8fc8eb848 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)