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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 汚?=淳 | 10001001100110000011111110000001100000011000111101111110 | 89983f81818f7e |
EUC-JP | 汚?=淳 | 10110001111110000011111110100001111000011011110111011111 | b1f83fa1e1bddf |
UTF-8 | 汚꾢=淳 | 111001101011000110011010111010101011111010100010111011111011110010011101111001101011011110110011 | e6b19aeabea2efbc9de6b7b3 |
UHC | 汚꾢=淳 | 1110011111111101100001001110010110100011101111011110001011101000 | e7fd84e5a3bde2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)