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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 淼ユト^ | 1111101101000101110101011100010001011110 | fb45d5c45e |
EUC-JP | 淼ユト^ | 1000111111000111111001101000111011010101100011101100010001011110 | 8fc7e68ed58ec45e |
UTF-8 | 淼ユト^ | 11100110101101111011110011101111101111101001010111101111101111101000010001011110 | e6b7bcefbe95efbe845e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)