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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瀅?俺?? | 11111011010011100011111110001001101101000011111100111111 | fb4e3f89b43f3f |
EUC-JP | 瀅?俺?? | 1000111111001001101010110011111110110010101101100011111100111111 | 8fc9ab3fb2b63f3f |
UTF-8 | 瀅렱俺팩뤮 | 111001111000000010000101111010111010000010110001111001001011111110111010111011011000110010101001111010111010010010101110 | e78085eba0b1e4bfbaed8ca9eba4ae |
UHC | 瀅렱俺팩뤮 | 11111011101001001000111010111110111001011110111111000110110100011000111111011100 | fba48ebee5efc6d18fdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)