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 | ??????gF | 0011111100111111001111110011111100111111001111110110011101000110 | 3f3f3f3f3f3f6746 |
SJIS-WIN | 隘?????gF | 111010001010010100111111001111110011111100111111001111110110011101000110 | e8a53f3f3f3f3f6746 |
EUC-JP | 隘?????gF | 111100001010011100111111001111110011111100111111001111110110011101000110 | f0a73f3f3f3f3f6746 |
UTF-8 | 隘녷땯呂묈겢gF | 1110100110011010100110001110101110000101101101111110101110010101101011111110111110100110100000001110101110101100100010001110101010110010101000100110011101000110 | e99a98eb85b7eb95afefa680ebac88eab2a26746 |
UHC | 隘녷땯呂묈겢gF | 1110010011110110100001101110011010001011100001011110010111111011100100011110010110000001101101000110011101000110 | e4f686e68b85e5fb91e581b46746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)