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 | ú??? | 11111010001111110011111100111111 | fa3f3f3f |
SJIS-WIN | ?-蹣紂 | 00111111100000010111110011100111010010011110001101000000 | 3f817ce749e340 |
EUC-JP | ú−蹣紂 | 100011111010101111100010101000011101110111101101101010101110010110100001 | 8fabe2a1ddedaae5a1 |
UTF-8 | ú−蹣紂 | 1100001110111010111000101000100010010010111010001011100110100011111001111011010010000010 | c3bae28892e8b9a3e7b482 |
UHC | ???紂 | 0011111100111111001111111111000111000100 | 3f3f3ff1c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)