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 | 鴆ホ諶 | 1110100111101111110011101111101110101010 | e9efcefbaa |
EUC-JP | 鴆ホ諶 | 11110010111100011000111011001110100011111101111010110101 | f2f18ece8fdeb5 |
UTF-8 | 鴆ホ諶 | 111010011011010010000110111011111011111010001110111010001010101110110110 | e9b486efbe8ee8abb6 |
UHC | ??諶 | 00111111001111111110010010100110 | 3f3fe4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)