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 | 籖粢犹犲珈籖 | 111000101101110111100010111001011110000010111001111000001011101011100000110110111110001011011101 | e2dde2e5e0b9e0bae0dbe2dd |
EUC-JP | 籖粢犹犲珈籖 | 111001001101111111100100111001111110000010111011111000001011110011100000110111011110010011011111 | e4dfe4e7e0bbe0bce0dde4df |
UTF-8 | 籖粢犹犲珈籖 | 111001111011000110010110111001111011001010100010111001111000101010111001111001111000101010110010111001111000111110001000111001111011000110010110 | e7b196e7b2a2e78ab9e78ab2e78f88e7b196 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)