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 | ?n}v?n}vB | 001111110110111001111101011101100011111101101110011111010111011001000010 | 3f6e7d763f6e7d7642 |
SJIS-WIN | 盧n}v盧n}vB | 1110000110111000011011100111110101110110111000011011100001101110011111010111011001000010 | e1b86e7d76e1b86e7d7642 |
EUC-JP | 盧n}v盧n}vB | 1110001010111010011011100111110101110110111000101011101001101110011111010111011001000010 | e2ba6e7d76e2ba6e7d7642 |
UTF-8 | 盧n}v盧n}vB | 11100111100110111010011101101110011111010111011011100111100110111010011101101110011111010111011001000010 | e79ba76e7d76e79ba76e7d7642 |
UHC | 盧n}v盧n}vB | 1101011011010100011011100111110101110110110101101101010001101110011111010111011001000010 | d6d46e7d76d6d46e7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)