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 | 兆렊耳슬 | 111001011000010110000110111010111010000010001010111010001000000010110011111011001000101010101100 | e58586eba08ae880b3ec8aac |
UHC | 兆렊耳슬 | 1111000010111100100011101010000111101100101111001011110110111101 | f0bc8ea1ecbcbdbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)