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 | 湲?弛? | 100111111101000100111111100100100110111100111111 | 9fd13f926f3f |
EUC-JP | 湲?弛? | 110111101101001100111111110000111101000000111111 | ded33fc3d03f |
UTF-8 | 湲렪弛렪 | 111001101011100110110010111010111010000010101010111001011011110010011011111010111010000010101010 | e6b9b2eba0aae5bc9beba0aa |
UHC | 湲렪弛렪 | 1110101010111000100011101011100011101100101011001000111010111000 | eab88eb8ecac8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)