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 | 贒戊オカ | 111110111010111110010101111010001011010110110110 | fbaf95e8b5b6 |
EUC-JP | 贒戊オカ | 100011111101111111000011110010101110101010001110101101011000111010110110 | 8fdfc3caea8eb58eb6 |
UTF-8 | 贒戊オカ | 111010001011010010010010111001101000100010001010111011111011110110110101111011111011110110110110 | e8b492e6888aefbdb5efbdb6 |
UHC | ?戊?? | 0011111111011001111001100011111100111111 | 3fd9e63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)