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 | 疇稙疇牘 | 1110000101100101111000100110010111100001011001011110000010101111 | e165e265e165e0af |
EUC-JP | 疇稙疇牘 | 1110000111000110111000111100011011100001110001101110000010110001 | e1c6e3c6e1c6e0b1 |
UTF-8 | 疇稙疇牘 | 111001111001011010000111111001111010100010011001111001111001011010000111111001111000100110011000 | e79687e7a899e79687e78998 |
UHC | 疇稙疇牘 | 1111000111000010111100101100001011110001110000101101010010111010 | f1c2f2c2f1c2d4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)