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 | 111011111010011010001101111010111000010110110111111011001001001110110110011101101110111110100110100011011110101110000101101101111110110010010011101101100111011001000010 | efa68deb85b7ec93b676efa68deb85b7ec93b67642 |
UHC | 轢녷쓶v轢녷쓶vB | 111001101011110010000110111001101001110110010011011101101110011010111100100001101110011010011101100100110111011001000010 | e6bc86e69d9376e6bc86e69d937642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)