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 | 蒔カ | 11110010101010111000111010101010111100011110110110110110 | f2ab8eaaf1edb6 |
EUC-JP | ?蒔?カ | 001111111011110010101100001111111000111010110110 | 3fbcac3f8eb6 |
UTF-8 | 蒔カ | 111011101000011110100010111010001001001010010100111011101000010110101000111011111011110110110110 | ee87a2e89294ee85a8efbdb6 |
UHC | ?蒔?? | 0011111111100011110010000011111100111111 | 3fe3c83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)