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 | ?S?G? | 0011111101010011001111110100011100111111 | 3f533f473f |
SJIS-WIN | 棚S棚G辿 | 1001001001001001010100111001001001001001010001111001001001001000 | 9249539249479248 |
EUC-JP | 棚S棚G辿 | 1100001110101010010100111100001110101010010001111100001110101001 | c3aa53c3aa47c3a9 |
UTF-8 | 棚S棚G辿 | 1110011010100011100110100101001111100110101000111001101001000111111010001011111010111111 | e6a39a53e6a39a47e8bebf |
UHC | 棚S棚G? | 11011101110111000101001111011101110111000100011100111111 | dddc53dddc473f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)