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 | 蔭λ?椅 | 10001000111111001000001111001001001111111000100011010110 | 88fc83c93f88d6 |
EUC-JP | 蔭λ?椅 | 10110000111111101010011011001011001111111011000011011000 | b0fea6cb3fb0d8 |
UTF-8 | 蔭λ퀎椅 | 1110100010010100101011011100111010111011111011011000000010001110111001101010010010000101 | e894adcebbed808ee6a485 |
UHC | 蔭λ퀎椅 | 1110101111100011101001011110101110110011100001001110101111110101 | ebe3a5ebb384ebf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)