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 | 111011001000011010111101111011001001001110110100111010111010000010101110011101101110110010000110101111011110110010010011101101001110101110100000101011100111011001000010 | ec86bdec93b4eba0ae76ec86bdec93b4eba0ae7642 |
UHC | 솽쓴렮v솽쓴렮vB | 101111001110000110111110101101001000111010111011011101101011110011100001101111101011010010001110101110110111011001000010 | bce1beb48ebb76bce1beb48ebb7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)