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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 渼爾渧マ」 | 1111101101001001100011101010001011111011010010001100111110100011 | fb498ea2fb48cfa3 |
EUC-JP | 渼爾渧マ」 | 100011111100011111110000101111001010010010001111110001111110101110001110110011111000111010100011 | 8fc7f0bca48fc7eb8ecf8ea3 |
UTF-8 | 渼爾渧マ」 | 111001101011100010111100111001111000100010111110111001101011100010100111111011111011111010001111111011111011110110100011 | e6b8bce788bee6b8a7efbe8fefbda3 |
UHC | 渼爾??? | 11011010101101001110110010110011001111110011111100111111 | dab4ecb33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)