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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?諺斐 | 0011111110001100101111111001010011100011 | 3f8cbf94e3 |
EUC-JP | ?諺斐 | 0011111110111000110000011100100011100101 | 3fb8c1c8e5 |
UTF-8 | 뤗諺斐 | 111010111010010010010111111010001010101110111010111001101001011010010000 | eba497e8abbae69690 |
UHC | 뤗諺斐 | 100011111100011111100101111011001101110111101100 | 8fc7e5ecddec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)