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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ヘロ簔矍 | 110011011101101111110110101101001111010110110101111000101100000111110110101100001110000111011101 | cddbf6b4f5b5e2c1f6b0e1dd |
EUC-JP | ヘロ??簔?矍 | 1000111011001101100011101101101100111111001111111110010011000011001111111110001011011111 | 8ecd8edb3f3fe4c33fe2df |
UTF-8 | ヘロ簔矍 | 111011111011111010001101111011111011111010011011111011101001001110011011111011101001000010100000111001111011000010010100111011101001001110010111111001111001111110001101 | efbe8defbe9bee939bee90a0e7b094ee9397e79f8d |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)