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 | 錥嫉裙 | 111110111101011110001110101110011110010111100011 | fbd78eb9e5e3 |
EUC-JP | 錥嫉裙 | 10001111111001001110000010111100101110111110101011100101 | 8fe4e0bcbbeae5 |
UTF-8 | 錥嫉裙 | 111010011000110010100101111001011010101110001001111010001010001110011001 | e98ca5e5ab89e8a399 |
UHC | ?嫉裙 | 0011111111110010111011001100111111011001 | 3ff2eccfd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)