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 | 厓??? | 1111101010001101001111110011111100111111 | fa8d3f3f3f |
EUC-JP | 厓??庾 | 1000111110110100110001110011111100111111100011111011110011001110 | 8fb4c73f3f8fbcce |
UTF-8 | 厓쀪퓥庾 | 111001011000111010010011111011001000000010101010111011011001001110100101111001011011101010111110 | e58e93ec80aaed93a5e5babe |
UHC | 厓쀪퓥庾 | 1110010011101101100101111110101010111111100011101110101011101100 | e4ed97eabf8eeaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)