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 | ý±£º | 11111101101100011010001110111010 | fdb1a3ba |
SJIS-WIN | ?±£? | 001111111000000101111101100000011001001000111111 | 3f817d81923f |
EUC-JP | ý±£º | 10001111101010111111001010100001110111101010000111110010100011111010001011101011 | 8fabf2a1dea1f28fa2eb |
UTF-8 | ý±£º | 1100001110111101110000101011000111000010101000111100001010111010 | c3bdc2b1c2a3c2ba |
UHC | ?±?º | 001111111010000110111110001111111010100010101100 | 3fa1be3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)