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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 裙ろ、ク | 111001011110001110000010111010111010010010111000 | e5e382eba4b8 |
EUC-JP | 裙ろ、ク | 1110101011100101101001001110110110001110101001001000111010111000 | eae5a4ed8ea48eb8 |
UTF-8 | 裙ろ、ク | 111010001010001110011001111000111000001010001101111011111011110110100100111011111011110110111000 | e8a399e3828defbda4efbdb8 |
UHC | 裙ろ?? | 110011111101100110101010111011010011111100111111 | cfd9aaed3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)