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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???儡? | 001111110011111100111111100110010101001100111111 | 3f3f3f99533f |
EUC-JP | ???儡? | 001111110011111100111111110100011011010000111111 | 3f3f3fd1b43f |
UTF-8 | 뤛퐥빅儡긔 | 111010111010010010011011111011011001000010100101111010111011100110000101111001011000010010100001111010101011100010010100 | eba49bed90a5ebb985e584a1eab894 |
UHC | 뤛퐥빅儡긔 | 10001111110010101011110110001110101110101111001011010110111011011011000111100001 | 8fcabd8ebaf2d6edb1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)