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 | 辰??斐 | 100100100100001100111111001111111001010011100011 | 92433f3f94e3 |
EUC-JP | 辰??斐 | 110000111010010000111111001111111100100011100101 | c3a43f3fc8e5 |
UTF-8 | 辰롃뤶斐 | 111010001011111010110000111010111010000110000011111010111010010010110110111001101001011010010000 | e8beb0eba183eba4b6e69690 |
UHC | 辰롃뤶斐 | 1111001011100011100011101100101010001111111001001101110111101100 | f2e38eca8fe4ddec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)