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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ??坮堉^ | 001111110011111110001111101101111100011110001111101101111111110101011110 | 3f3f8fb7c78fb7fd5e |
UTF-8 | 쓸젱坮堉^ | 11101100100100111011100011101100101000001011000111100101100111011010111011100101101000001000100101011110 | ec93b8eca0b1e59daee5a0895e |
UHC | 쓸젱坮堉^ | 101111101011010111000001101011011101001111011101111010111011110001011110 | beb5c1add3ddebbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)