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 | 蓚冶け粐 | 1110010011101001100101101110100010000010101011111110001011100010 | e4e996e882afe2e2 |
EUC-JP | 蓚冶け粐 | 1110100011101011110011001110101010100100101100011110010011100100 | e8ebcceaa4b1e4e4 |
UTF-8 | 蓚冶け粐 | 111010001001001110011010111001011000011010110110111000111000000110010001111001111011001010010000 | e8939ae586b6e38191e7b290 |
UHC | 蓚冶け? | 11100010101111101110010110100111101010101011000100111111 | e2bee5a7aab13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)