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 | 兆?耳? | 100100101001101100111111100011101010100000111111 | 929b3f8ea83f |
EUC-JP | 兆?耳? | 110000111111101100111111101111001010101000111111 | c3fb3fbcaa3f |
UTF-8 | 兆렊耳숲 | 111001011000010110000110111010111010000010001010111010001000000010110011111011001000100010110010 | e58586eba08ae880b3ec88b2 |
UHC | 兆렊耳숲 | 1111000010111100100011101010000111101100101111001011110110100011 | f0bc8ea1ecbcbda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)