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 | 闢シ諡ャ | 111010001001001110111100111001101000101110101100 | e893bce68bac |
EUC-JP | 闢シ諡ャ | 1110111111110011100011101011110011101011111010111000111010101100 | eff38ebcebeb8eac |
UTF-8 | 闢シ諡ャ | 111010011001011110100010111011111011110110111100111010001010101110100001111011111011110110101100 | e997a2efbdbce8aba1efbdac |
UHC | 闢?諡? | 110111001010001100111111111000111100110100111111 | dca33fe3cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)