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 | 蔗紙ア矍 | 1110010011110010100011101000011010000011010000011110000111011101 | e4f28e868341e1dd |
EUC-JP | 蔗紙ア矍 | 1110100011110100101110111110011010100101101000101110001011011111 | e8f4bbe6a5a2e2df |
UTF-8 | 蔗紙ア矍 | 111010001001010010010111111001111011010010011001111000111000001010100010111001111001111110001101 | e89497e7b499e382a2e79f8d |
UHC | 蔗紙ア? | 11101101101111011111001010110101101010111010001000111111 | edbdf2b5aba23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)