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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 荼磯゛ | 111001001011011010001000111010011000000101001010 | e4b688e9814a |
EUC-JP | 荼磯゛ | 111010001011100010110000111010111010000110101011 | e8b8b0eba1ab |
UTF-8 | 荼磯゛ | 111010001000110110111100111001111010001110101111111000111000001010011011 | e88dbce7a3afe3829b |
UHC | ?磯? | 00111111110100011011010000111111 | 3fd1b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)