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 | ???BU | 0011111100111111001111110100001001010101 | 3f3f3f4255 |
SJIS-WIN | 節??BU | 100100001101111100111111001111110100001001010101 | 90df3f3f4255 |
EUC-JP | 節??BU | 110000001110000100111111001111110100001001010101 | c0e13f3f4255 |
UTF-8 | 節깍쉥BU | 1110011110101111100000001110101010111001100011011110110010001001101001010100001001010101 | e7af80eab98dec89a54255 |
UHC | 節깍쉥BU | 1110111110111101101100011110111110111101101010110100001001010101 | efbdb1efbdab4255 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)