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 | ?鰻攬? | 001111111000100101010110100111011010111000111111 | 3f89569dae3f |
EUC-JP | ?鰻攬? | 001111111011000110110111110110101011000000111111 | 3fb1b7dab03f |
UTF-8 | 렺鰻攬렺 | 111010111010000010111010111010011011000010111011111001101001010010101100111010111010000010111010 | eba0bae9b0bbe694aceba0ba |
UHC | 렺鰻攬렺 | 1000111011000010110110001100010011010101101110111000111011000010 | 8ec2d8c4d5bb8ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)