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 | 鬢虹皴粹 | 1110100110100100100100111111100011100001101011011110001011101101 | e9a493f8e1ade2ed |
EUC-JP | 鬢虹皴粹 | 1111001010100110110001101111101011100010101011111110010011101111 | f2a6c6fae2afe4ef |
UTF-8 | 鬢虹皴粹 | 111010011010110010100010111010001001100110111001111001111001101010110100111001111011001010111001 | e9aca2e899b9e79ab4e7b2b9 |
UHC | ?虹?粹 | 001111111111101111110110001111111110001010110110 | 3ffbf63fe2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)