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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | コ諶ァ耳 | 1111001010100011101110101111101110101010101001111000111010101000 | f2a3bafbaaa78ea8 |
EUC-JP | ?コ諶ァ耳 | 00111111100011101011101010001111110111101011010110001110101001111011110010101010 | 3f8eba8fdeb58ea7bcaa |
UTF-8 | コ諶ァ耳 | 111011101000011110011010111011111011110110111010111010001010101110110110111011111011110110100111111010001000000010110011 | ee879aefbdbae8abb6efbda7e880b3 |
UHC | ??諶?耳 | 00111111001111111110010010100110001111111110110010111100 | 3f3fe4a63fecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)