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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ???洧??? | 001111110011111100111111100011111100011110110100001111110011111100111111 | 3f3f3f8fc7b43f3f3f |
UTF-8 | 裂좊떧洧룸탪力 | 111011111010011010100000111011001010001010001010111010111001011010100111111001101011010010100111111010111010001110111000111011011000001110101010111011111010011010001010 | efa6a0eca28aeb96a7e6b4a7eba3b8ed83aaefa68a |
UHC | 裂좊떧洧룸탪力 | 1110011011110001101000001110101110001011101110101110101011111011101101111110101110110101100011001110011010110011 | e6f1a0eb8bbaeafbb7ebb58ce6b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)