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 | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-WIN | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
EUC-JP | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
UTF-8 | 凉뺣깽v凉뺣깽vB | 111011111010010110111001111010111011101010100011111010101011100110111101011101101110111110100101101110011110101110111010101000111110101010111001101111010111011001000010 | efa5b9ebbaa3eab9bd76efa5b9ebbaa3eab9bd7642 |
UHC | 凉뺣깽v凉뺣깽vB | 111001011011110010010101111010111011001010100100011101101110010110111100100101011110101110110010101001000111011001000010 | e5bc95ebb2a476e5bc95ebb2a47642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)