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 | 蒟わ週 | 111001001110010110000010111011011000111101010100 | e4e582ed8f54 |
EUC-JP | 蒟わ週 | 111010001110011110100100111011111011110110110101 | e8e7a4efbdb5 |
UTF-8 | 蒟わ週 | 111010001001001010011111111000111000001010001111111010011000000010110001 | e8929fe3828fe980b1 |
UHC | ?わ週 | 0011111110101010111011111111000111001110 | 3faaeff1ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)