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 | オ桒クオ | 1011010111111010111000111011100010110101 | b5fae3b8b5 |
EUC-JP | オ桒クオ | 100011101011010110001111110000111100100110001110101110001000111010110101 | 8eb58fc3c98eb88eb5 |
UTF-8 | オ桒クオ | 111011111011110110110101111001101010000110010010111011111011110110111000111011111011110110110101 | efbdb5e6a192efbdb8efbdb5 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)