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 | 萓カ譎ッ | 111001001011111010110110111001101001100110101111 | e4beb6e699af |
EUC-JP | 萓カ譎ッ | 1110100011000000100011101011011011101011111110011000111010101111 | e8c08eb6ebf98eaf |
UTF-8 | 萓カ譎ッ | 111010001001000010010011111011111011110110110110111010001010110110001110111011111011110110101111 | e89093efbdb6e8ad8eefbdaf |
UHC | ??譎? | 0011111100111111111111011101001000111111 | 3f3ffdd23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)