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 | 茲紙痕鐔 | 1110010010100010100011101000011010001101101011011110100001011100 | e4a28e868dade85c |
EUC-JP | 茲紙痕鐔 | 1110100010100100101110111110011010111010101011111110111110111101 | e8a4bbe6baafefbd |
UTF-8 | 茲紙痕鐔 | 111010001000110010110010111001111011010010011001111001111001011110010101111010011001000010010100 | e88cb2e7b499e79795e99094 |
UHC | ?紙痕? | 001111111111001010110101111111011101110100111111 | 3ff2b5fddd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)