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 | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 線?}Y線?}bE | 1001000011111100001111110111110101011001100100001111110000111111011111010110001001000101 | 90fc3f7d5990fc3f7d6245 |
EUC-JP | 線?}Y線?}bE | 1100000011111110001111110111110101011001110000001111111000111111011111010110001001000101 | c0fe3f7d59c0fe3f7d6245 |
UTF-8 | 線쓸}Y線쓸}bE | 1110011110110111100110101110110010010011101110000111110101011001111001111011011110011010111011001001001110111000011111010110001001000101 | e7b79aec93b87d59e7b79aec93b87d6245 |
UHC | 線쓸}Y線쓸}bE | 11100000110010101011111010110101011111010101100111100000110010101011111010110101011111010110001001000101 | e0cabeb57d59e0cabeb57d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)