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 | ?曖?菖 | 001111111001111001000010001111111000111111010010 | 3f9e423f8fd2 |
EUC-JP | ?曖?菖 | 001111111101101110100011001111111011111011010100 | 3fdba33fbed4 |
UTF-8 | 솝曖양菖 | 111011001000011010011101111001101001101110010110111011001001011010010001111010001000111110010110 | ec869de69b96ec9691e88f96 |
UHC | 솝曖양菖 | 1011110011011001111001001111001010111110111001111111001111101110 | bcd9e4f2bee7f3ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)