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 | 隘??孫 | 111010001010010100111111001111111001000110110111 | e8a53f3f91b7 |
EUC-JP | 隘??孫 | 111100001010011100111111001111111100001010111001 | f0a73f3fc2b9 |
UTF-8 | 隘듾뜭孫 | 111010011001101010011000111010111001001110111110111010111001110010101101111001011010110110101011 | e99a98eb93beeb9cade5adab |
UHC | 隘듾뜭孫 | 1110010011110110100010101110010010001101101011011110000111011101 | e4f68ae48dade1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)