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 | 褥朱興 | 111001011111000110001110111010011000101110111011 | e5f18ee98bbb |
EUC-JP | 褥朱興 | 111010101111001110111100111010111011011010111101 | eaf3bcebb6bd |
UTF-8 | 褥朱興 | 111010001010010010100101111001101001110010110001111010001000100010001000 | e8a4a5e69cb1e88888 |
UHC | 褥朱興 | 111010011011001111110001101110011111110111101001 | e9b3f1b9fde9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)