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 | 簣ケホ乗 | 111000101100110110111001110011101000111111100110 | e2cdb9ce8fe6 |
EUC-JP | 簣ケホ乗 | 1110010011001111100011101011100110001110110011101011111011101000 | e4cf8eb98ecebee8 |
UTF-8 | 簣ケホ乗 | 111001111011000010100011111011111011110110111001111011111011111010001110111001001011100110010111 | e7b0a3efbdb9efbe8ee4b997 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)