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 | 荼磯゛譁 | 1110010010110110100010001110100110000001010010101110011010010110 | e4b688e9814ae696 |
EUC-JP | 荼磯゛譁 | 1110100010111000101100001110101110100001101010111110101111110110 | e8b8b0eba1abebf6 |
UTF-8 | 荼磯゛譁 | 111010001000110110111100111001111010001110101111111000111000001010011011111010001010110110000001 | e88dbce7a3afe3829be8ad81 |
UHC | ?磯?譁 | 001111111101000110110100001111111111110010100110 | 3fd1b43ffca6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)