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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 帳????? | 10010010101000000011111100111111001111110011111100111111 | 92a03f3f3f3f3f |
EUC-JP | 帳????? | 11000100101000100011111100111111001111110011111100111111 | c4a23f3f3f3f3f |
UTF-8 | 帳뀐풄燎쇽슁 | 111001011011100010110011111010111000000010010000111011011001001010000100111011111010011110000000111011001000011110111101111011001000101010000001 | e5b8b3eb8090ed9284efa780ec87bdec8a81 |
UHC | 帳뀐풄燎쇽슁 | 111011011110001110110010111011111011111010001100111010001111101110111100111011111011110110110011 | ede3b2efbe8ce8fbbcefbdb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)