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 | 稙帋稙稟 | 1110001001100101100110111110000111100010011001011110001001100111 | e2659be1e265e267 |
EUC-JP | 稙帋稙稟 | 1110001111000110110101101110001111100011110001101110001111001000 | e3c6d6e3e3c6e3c8 |
UTF-8 | 稙帋稙稟 | 111001111010100010011001111001011011100010001011111001111010100010011001111001111010100010011111 | e7a899e5b88be7a899e7a89f |
UHC | 稙?稙稟 | 11110010110000100011111111110010110000101111100110100010 | f2c23ff2c2f9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)