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 | 灌貂牘 | 100111111111001111100110101110001110000010101111 | 9ff3e6b8e0af |
EUC-JP | 灌貂牘 | 110111101111010111101100101110101110000010110001 | def5ecbae0b1 |
UTF-8 | 灌貂牘 | 111001111000000110001100111010001011001010000010111001111000100110011000 | e7818ce8b282e78998 |
UHC | 灌貂牘 | 110011101011010011110101101100001101010010111010 | ceb4f5b0d4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)