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 | ???旬?? | 00111111001111110011111110001111011110110011111100111111 | 3f3f3f8f7b3f3f |
EUC-JP | ???旬?? | 00111111001111110011111110111101110111000011111100111111 | 3f3f3fbddc3f3f |
UTF-8 | 囹덀깷旬룟슖 | 111011111010011010101001111010111000110110000000111010101011100110110111111001101001011110101100111010111010001110011111111011001000101010010110 | efa6a9eb8d80eab9b7e697aceba39fec8a96 |
UHC | 囹덀깷旬룟슖 | 111001111010101010001000111000111000001110100101111000101110001010110111111001011001101010100101 | e7aa88e383a5e2e2b7e59aa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)