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 | 邪糲鴫籬 | 1000111011010111111000101111100010001110101100001110001011011111 | 8ed7e2f88eb0e2df |
EUC-JP | 邪糲鴫籬 | 1011110011011001111001001111101010111100101100101110010011100001 | bcd9e4fabcb2e4e1 |
UTF-8 | 邪糲鴫籬 | 111010011000001010101010111001111011001110110010111010011011010010101011111001111011000110101100 | e982aae7b3b2e9b4abe7b1ac |
UHC | 邪??籬 | 110111101111011100111111001111111101011111100110 | def73f3fd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)