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 | 羶′セ褸 | 11100011101111011000000110001100101111101110010111111000 | e3bd818cbee5f8 |
EUC-JP | 羶′セ褸 | 1110011010111111101000011110110010001110101111101110101011111010 | e6bfa1ec8ebeeafa |
UTF-8 | 羶′セ褸 | 111001111011111010110110111000101000000010110010111011111011110110111110111010001010010010111000 | e7beb6e280b2efbdbee8a4b8 |
UHC | ?′?褸 | 001111111010000111000111001111111101011110101110 | 3fa1c73fd7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)