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 | 邱募鹿邱 | 1110011110110111100101011110010110001110101011011110011110110111 | e7b795e58eade7b7 |
EUC-JP | 邱募鹿邱 | 1110111010111001110010101110011110111100101011111110111010111001 | eeb9cae7bcafeeb9 |
UTF-8 | 邱募鹿邱 | 111010011000001010110001111001011000101110011111111010011011100110111111111010011000001010110001 | e982b1e58b9fe9b9bfe982b1 |
UHC | 邱募鹿邱 | 1100111111001000110110011011010011010110111000111100111111001000 | cfc8d9b4d6e3cfc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)