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 | 111011111010011010011010111010111010000110000111111010111010000110010010011101101110111110100110100110101110101110100001100001111110101110100001100100100111011001000010 | efa69aeba187eba19276efa69aeba187eba1927642 |
UHC | 連롇롒v連롇롒vB | 111001101110011010001110110011011000111011010111011101101110011011100110100011101100110110001110110101110111011001000010 | e6e68ecd8ed776e6e68ecd8ed77642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)