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 | 鋗痔湜鴫 | 1111101111010000100011101010010011111011010001111000111010110000 | fbd08ea4fb478eb0 |
EUC-JP | 鋗痔湜鴫 | 10001111111001001100000110111100101001101000111111000111111111001011110010110010 | 8fe4c1bca68fc7fcbcb2 |
UTF-8 | 鋗痔湜鴫 | 111010011000101110010111111001111001011110010100111001101011100110011100111010011011010010101011 | e98b97e79794e6b99ce9b4ab |
UHC | ?痔湜? | 001111111111011011000000111000111101011100111111 | 3ff6c0e3d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)