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 | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 車尺v車尺vB | 1000111011010100100011101101101001110110100011101101010010001110110110100111011001000010 | 8ed48eda768ed48eda7642 |
EUC-JP | 車尺v車尺vB | 1011110011010110101111001101110001110110101111001101011010111100110111000111011001000010 | bcd6bcdc76bcd6bcdc7642 |
UTF-8 | 車尺v車尺vB | 111010001011101110001010111001011011000010111010011101101110100010111011100010101110010110110000101110100111011001000010 | e8bb8ae5b0ba76e8bb8ae5b0ba7642 |
UHC | 車尺v車尺vB | 1111001110110011111101001010100101110110111100111011001111110100101010010111011001000010 | f3b3f4a976f3b3f4a97642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)