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 | 押ゅ?艤 | 10001001100111111000001011100011001111111110010001111110 | 899f82e33fe47e |
EUC-JP | 押ゅ?艤 | 10110010101000011010010011100101001111111110011111011111 | b2a1a4e53fe7df |
UTF-8 | 押ゅ꽒艤 | 111001101000101010111100111000111000001010000101111010101011110110010010111010001000100110100100 | e68abce38285eabd92e889a4 |
UHC | 押ゅ꽒艤 | 1110010011100011101010101110010110000100101000011110101111111010 | e4e3aae584a1ebfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)