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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 竪谷叩~ | 10010010010001111001001001001010100100100100000001111110 | 9247924a92407e |
EUC-JP | 竪谷叩~ | 11000011101010001100001110101011110000111010000101111110 | c3a8c3abc3a17e |
UTF-8 | 竪谷叩~ | 11100111101010111010101011101000101100001011011111100101100011111010100101111110 | e7abaae8b0b7e58fa97e |
UHC | 竪谷叩~ | 11100010101101011100110111011011110011011011000001111110 | e2b5cddbcdb07e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)