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 | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 支?}v支?}vB | 1000111001111000001111110111110101110110100011100111100000111111011111010111011001000010 | 8e783f7d768e783f7d7642 |
EUC-JP | 支?}v支?}vB | 1011101111011001001111110111110101110110101110111101100100111111011111010111011001000010 | bbd93f7d76bbd93f7d7642 |
UTF-8 | 支렜}v支렜}vB | 1110011010010100101011111110101110100000100111000111110101110110111001101001010010101111111010111010000010011100011111010111011001000010 | e694afeba09c7d76e694afeba09c7d7642 |
UHC | 支렜}v支렜}vB | 11110010101010001000111010101110011111010111011011110010101010001000111010101110011111010111011001000010 | f2a88eae7d76f2a88eae7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)