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 | ?K\}?K\{^ | 001111110100101101011100011111010011111101001011010111000111101101011110 | 3f4b5c7d3f4b5c7b5e |
SJIS-WIN | 蛞K\}蛞K\{^ | 1110010101111100010010110101110001111101111001010111110001001011010111000111101101011110 | e57c4b5c7de57c4b5c7b5e |
EUC-JP | 蛞K\}蛞K\{^ | 1110100111011101010010110101110001111101111010011101110101001011010111000111101101011110 | e9dd4b5c7de9dd4b5c7b5e |
UTF-8 | 蛞K\}蛞K\{^ | 11101000100110111001111001001011010111000111110111101000100110111001111001001011010111000111101101011110 | e89b9e4b5c7de89b9e4b5c7b5e |
UHC | ?K\}?K\{^ | 001111110100101101011100011111010011111101001011010111000111101101011110 | 3f4b5c7d3f4b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)