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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蛟溷シヲ蜿ア | 111001011000000010011111111001011011110010100110111001011000111110110001 | e5809fe5bca6e58fb1 |
EUC-JP | 蛟溷シヲ蜿ア | 111010011110000011011110111001111000111010111100100011101010011011101001111011111000111010110001 | e9e0dee78ebc8ea6e9ef8eb1 |
UTF-8 | 蛟溷シヲ蜿ア | 111010001001101110011111111001101011101010110111111011111011110110111100111011111011110110100110111010001001110010111111111011111011110110110001 | e89b9fe6bab7efbdbcefbda6e89cbfefbdb1 |
UHC | 蛟????? | 11001110111100010011111100111111001111110011111100111111 | cef13f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)