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 | 但達損 | 100100100100000110010010010000101001000110111001 | 9241924291b9 |
EUC-JP | 但達損 | 110000111010001011000011101000111100001010111011 | c3a2c3a3c2bb |
UTF-8 | 但達損 | 111001001011110110000110111010011000000110010100111001101001000010001101 | e4bd86e98194e6908d |
UHC | 但達損 | 110100111010001111010011101110011110000111011111 | d3a3d3b9e1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)