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 | 蔭??? | 1000100011111100001111110011111100111111 | 88fc3f3f3f |
EUC-JP | 蔭??? | 1011000011111110001111110011111100111111 | b0fe3f3f3f |
UTF-8 | 蔭곗넚溜 | 111010001001010010101101111010101011001110010111111010111000010010011010111011111010011110001011 | e894adeab397eb849aefa78b |
UHC | 蔭곗넚溜 | 1110101111100011101100001110110010000110101000011110101011111110 | ebe3b0ec86a1eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)