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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 屎?? | 10011011100111010011111100111111 | 9b9d3f3f |
EUC-JP | 屎?? | 11010101111111010011111100111111 | d5fd3f3f |
UTF-8 | 屎뚥듅 | 111001011011000110001110111010111001101010100101111010111001001110000101 | e5b18eeb9aa5eb9385 |
UHC | 屎뚥듅 | 111000111011101010001100111001001000101010111001 | e3ba8ce48ab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)