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 | 漱?? | 10011111111110010011111100111111 | 9ff93f3f |
EUC-JP | 漱?? | 11011110111110110011111100111111 | defb3f3f |
UTF-8 | 漱귙둛 | 111001101011110010110001111010101011011110011001111010111001000110011011 | e6bcb1eab799eb919b |
UHC | 漱귙둛 | 111000101010101110000010111000111000101001010011 | e2ab82e38a53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)