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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???倚х? | 0011111100111111001111111001100011011111100001001000011100111111 | 3f3f3f98df84873f |
EUC-JP | ???倚х? | 0011111100111111001111111101000011100001101001111110011100111111 | 3f3f3fd0e1a7e73f |
UTF-8 | 嶺뚯옕倚х뵺 | 1110111110100110101010111110101110011010101011111110110010011000100101011110010110000000100110101101000110000101111010111011010110111010 | efa6abeb9aafec9895e5809ad185ebb5ba |
UHC | 嶺뚯옕倚х뵺 | 111001111010110110001100111011001001111010011011111010111110111110101100111001111001010010111000 | e7ad8cec9e9bebeface794b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)