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 | 莢渇阿 | 111001001011000010001010100010011000100010100010 | e4b08a8988a2 |
EUC-JP | 莢渇阿 | 111010001011001010110011111010011011000010100100 | e8b2b3e9b0a4 |
UTF-8 | 莢渇阿 | 111010001000111010100010111001101011100010000111111010011001100010111111 | e88ea2e6b887e998bf |
UHC | 莢?阿 | 1111101011111000001111111110010010111001 | faf83fe4b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)