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 | 航?歟? | 100011010111000100111111100111110110001000111111 | 8d713f9f623f |
EUC-JP | 航?歟? | 101110011101001000111111110111011100001100111111 | b9d23fddc33f |
UTF-8 | 航쒍歟켃 | 111010001000100010101010111011001001001010001101111001101010110110011111111011001011110010000011 | e888aaec928de6ad9fecbc83 |
UHC | 航쒍歟켃 | 1111100111111110100111001110010011100110101000101011000101000010 | f9fe9ce4e6a2b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)