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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 予??誼?\ | 1001011101011100001111110011111110001011011000100011111101011100 | 975c3f3f8b623f5c |
EUC-JP | 予??誼?\ | 1100110110111101001111110011111110110101110000110011111101011100 | cdbd3f3fb5c33f5c |
UTF-8 | 予쀫쉴誼첣\ | 11100100101110101000100011101100100000001010101111101100100010011011010011101000101010101011110011101100101100101010001101011100 | e4ba88ec80abec89b4e8aabcecb2a35c |
UHC | 予쀫쉴誼첣\ | 1110010111111000100101111110101110111101101011111110101111111110101010110100110001011100 | e5f897ebbdafebfeab4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)