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 | 上邨上 | 100011111110001111100111101101011000111111100011 | 8fe3e7b58fe3 |
EUC-JP | 上邨上 | 101111101110010111101110101101111011111011100101 | bee5eeb7bee5 |
UTF-8 | 上邨上 | 111001001011100010001010111010011000001010101000111001001011100010001010 | e4b88ae982a8e4b88a |
UHC | 上邨上 | 110111111011111011110101101111101101111110111110 | dfbef5bedfbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)