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 | ???| | 00111111001111110011111101111100 | 3f3f3f7c |
SJIS-WIN | 竪谷叩| | 10010010010001111001001001001010100100100100000001111100 | 9247924a92407c |
EUC-JP | 竪谷叩| | 11000011101010001100001110101011110000111010000101111100 | c3a8c3abc3a17c |
UTF-8 | 竪谷叩| | 11100111101010111010101011101000101100001011011111100101100011111010100101111100 | e7abaae8b0b7e58fa97c |
UHC | 竪谷叩| | 11100010101101011100110111011011110011011011000001111100 | e2b5cddbcdb07c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)