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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?戝シ弴テシ^ | 001111111110011011000001101111001111101010111000110000111011110001011110 | 3fe6c1bcfab8c3bc5e |
EUC-JP | 弰戝シ弴テシ^ | 100011111011110011101100111011001100001110001110101111001000111110111100111011011000111011000011100011101011110001011110 | 8fbcececc38ebc8fbced8ec38ebc5e |
UTF-8 | 弰戝シ弴テシ^ | 11100101101111001011000011100110100010001001110111101111101111011011110011100101101111001011010011101111101111101000001111101111101111011011110001011110 | e5bcb0e6889defbdbce5bcb4efbe83efbdbc5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)