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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 伊勘? | 1000100011001001100010101010100000111111 | 88c98aa83f |
EUC-JP | 伊勘? | 1011000011001011101101001010101000111111 | b0cbb4aa3f |
UTF-8 | 伊勘놓 | 111001001011110010001010111001011000101110011000111010111000011010010011 | e4bc8ae58b98eb8693 |
UHC | 伊勘놓 | 111011001010010111001010111010111011001111110101 | eca5caebb3f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)