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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬢畷働粹 | 1110100110100100100100111110101110010011101011011110001011101101 | e9a493eb93ade2ed |
EUC-JP | 鬢畷働粹 | 1111001010100110110001101110110111000110101011111110010011101111 | f2a6c6edc6afe4ef |
UTF-8 | 鬢畷働粹 | 111010011010110010100010111001111001010110110111111001011000001110001101111001111011001010111001 | e9aca2e795b7e5838de7b2b9 |
UHC | ???粹 | 0011111100111111001111111110001010110110 | 3f3f3fe2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)