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 | 甑??? | 1000110110011001001111110011111100111111 | 8d993f3f3f |
EUC-JP | 甑??? | 1011100111111001001111110011111100111111 | b9f93f3f3f |
UTF-8 | 甑닻렲렟 | 111001111001010010010001111010111000101110111011111010111010000010110010111010111010000010011111 | e79491eb8bbbeba0b2eba09f |
UHC | 甑닻렲렟 | 1111000111110111101101001110100110001110101111111000111010110000 | f1f7b4e98ebf8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)