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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ⅸハ勒 | 11111010010010001100101011101000110100111111000111110000 | fa48cae8d3f1f0 |
EUC-JP | ?ハ勒? | 001111111000111011001010111100001101010100111111 | 3f8ecaf0d53f |
UTF-8 | ⅸハ勒 | 111000101000010110111000111011111011111010001010111001011000101110010010111011101000010110101011 | e285b8efbe8ae58b92ee85ab |
UHC | ⅸ?勒? | 101001011010100100111111110101111100110100111111 | a5a93fd7cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)