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 | 炫ネ鮟 | 1111101101010010110010001110100110111011 | fb52c8e9bb |
EUC-JP | 炫ネ鮟 | 10001111110010011101001110001110110010001111001010111101 | 8fc9d38ec8f2bd |
UTF-8 | 炫ネ鮟 | 111001111000001010101011111011111011111010001000111010011010111010011111 | e782abefbe88e9ae9f |
UHC | 炫?鮟 | 1111101011011011001111111110010011010101 | fadb3fe4d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)