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 | 犱自漆 | 1111101101011011100011101010100111110001111110011000111010111101 | fb5b8ea9f1f98ebd |
EUC-JP | 犱自?漆 | 1000111111001010111011111011110010101011001111111011110010111111 | 8fcaefbcab3fbcbf |
UTF-8 | 犱自漆 | 111001111000101010110001111010001000011110101010111011101000010110110100111001101011110010000110 | e78ab1e887aaee85b4e6bc86 |
UHC | ?自?漆 | 001111111110110110111011001111111111011011010100 | 3fedbb3ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)