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 | 泳??葉 | 100010010110101000111111001111111001011101110100 | 896a3f3f9774 |
EUC-JP | 泳??葉 | 101100011100101100111111001111111100110111010101 | b1cb3f3fcdd5 |
UTF-8 | 泳됦틓葉 | 111001101011001110110011111010111001000010100110111011011000101110010011111010001001000110001001 | e6b3b3eb90a6ed8b93e89189 |
UHC | 泳됦틓葉 | 1110011110110110100010011110010010111010100000101110011110101000 | e7b689e4ba82e7a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)