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 | ???猿 | 0011111100111111001111111000100110001110 | 3f3f3f898e |
EUC-JP | 縯?ł猿 | 100011111101010011001011001111111000111110101001110010001011000111101110 | 8fd4cb3f8fa9c8b1ee |
UTF-8 | 縯롫ł猿 | 1110011110111000101011111110101110100001101010111100010110000010111001111000110010111111 | e7b8afeba1abc582e78cbf |
UHC | 縯롫ł猿 | 1110011011100000100011101110101110101001101010011110101010111011 | e6e08eeba9a9eabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)