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 | 肅梧尚纒 | 1110001111100111100011001110011010001111101011101110001110010101 | e3e78ce68faee395 |
EUC-JP | 肅梧尚纒 | 1110011011101001101110001110100010111110101100001110010111110101 | e6e9b8e8beb0e5f5 |
UTF-8 | 肅梧尚纒 | 111010001000001010000101111001101010001010100111111001011011000010011010111001111011101010010010 | e88285e6a2a7e5b09ae7ba92 |
UHC | 肅梧?? | 111000101101110011100111111111000011111100111111 | e2dce7fc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)