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 | 訒吩譴 | 111110111010001110011001111001001110011010100010 | fba399e4e6a2 |
EUC-JP | 訒吩譴 | 10001111110111011100100011010010111001101110110010100100 | 8fddc8d2e6eca4 |
UTF-8 | 訒吩譴 | 111010001010100010010010111001011001000010101001111010001010110110110100 | e8a892e590a9e8adb4 |
UHC | ?吩譴 | 0011111111011101110000111100110010111001 | 3fddc3ccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)