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 | ???_ | 00111111001111110011111101011111 | 3f3f3f5f |
SJIS-WIN | 達俗叩_ | 10010010010000101001000110101101100100100100000001011111 | 924291ad92405f |
EUC-JP | 達俗叩_ | 11000011101000111100001010101111110000111010000101011111 | c3a3c2afc3a15f |
UTF-8 | 達俗叩_ | 11101001100000011001010011100100101111111001011111100101100011111010100101011111 | e98194e4bf97e58fa95f |
UHC | 達俗叩_ | 11010011101110011110000111010100110011011011000001011111 | d3b9e1d4cdb05f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)