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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 貉帛ー | 1110011010111001100110111110010110110000 | e6b99be5b0 |
EUC-JP | 貉帛ー | 111011001011101111010110111001111000111010110000 | ecbbd6e78eb0 |
UTF-8 | 貉帛ー | 111010001011001010001001111001011011100010011011111011111011110110110000 | e8b289e5b89befbdb0 |
UHC | ?帛? | 00111111110110111101100100111111 | 3fdbd93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)