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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 凉붹짂痢뚪씘 | 111011111010010110111001111010111011011010111001111011001010011110000010111011111010011110100101111010111001101010101010111011001001010010011000 | efa5b9ebb6b9eca782efa7a5eb9aaaec9498 |
UHC | 凉붹짂痢뚪씘 | 111001011011110010010100111001101010001110010010111011001011100010001100111010011001110110101101 | e5bc94e6a392ecb88ce99dad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)