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 | 韋暮。泌 | 11101000111010001001010111101001101000011001010011100101 | e8e895e9a194e5 |
EUC-JP | 韋暮。泌 | 1111000011101010110010101110101110001110101000011100100011100111 | f0eacaeb8ea1c8e7 |
UTF-8 | 韋暮。泌 | 111010011001111110001011111001101001101010101110111011111011110110100001111001101011001110001100 | e99f8be69aaeefbda1e6b38c |
UHC | 韋暮?泌 | 11101010110111111101100110111010001111111111100110110010 | eadfd9ba3ff9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)