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 | 揖皋諍兮 | 1001011101001011111000011010011011100110011110011001100101100001 | 974be1a6e6799961 |
EUC-JP | 揖皋諍兮 | 1100110110101100111000101010100011101011110110101101000111000010 | cdace2a8ebdad1c2 |
UTF-8 | 揖皋諍兮 | 111001101000111110010110111001111001101010001011111010001010101110001101111001011000010110101110 | e68f96e79a8be8ab8de585ae |
UHC | 揖?諍兮 | 11101011111001110011111111101110101101011111101110110001 | ebe73feeb5fbb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)