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 | 銜滓宦豬 | 1110011111110000100111111110011010011011100000011110011010110101 | e7f09fe69b81e6b5 |
EUC-JP | 銜滓宦豬 | 1110111011110010110111101110100011010101111000011110110010110111 | eef2dee8d5e1ecb7 |
UTF-8 | 銜滓宦豬 | 111010011000101010011100111001101011101110010011111001011010111010100110111010001011000110101100 | e98a9ce6bb93e5aea6e8b1ac |
UHC | 銜滓宦? | 11111001111001111110111010101011111111001011001000111111 | f9e7eeabfcb23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)