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 | 硝ヲ璽雫 | 100011111100100110100110100011101010001111110001111001101000111010110100 | 8fc9a68ea3f1e68eb4 |
EUC-JP | 硝ヲ璽?雫 | 101111101100101110001110101001101011110010100101001111111011110010110110 | becb8ea6bca53fbcb6 |
UTF-8 | 硝ヲ璽雫 | 111001111010000110011101111011111011110110100110111001111001001010111101111011101000010110100001111010011001101110101011 | e7a19defbda6e792bdee85a1e99bab |
UHC | 硝?璽?? | 11110101101001100011111111011111110111100011111100111111 | f5a63fdfde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)