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 | 錵埼┣ | 111010000100010110001101111010011000010010110000 | e8458de984b0 |
EUC-JP | 錵埼┣ | 111011111010011010111010111010111010100010110010 | efa6baeba8b2 |
UTF-8 | 錵埼┣ | 111010011000110010110101111001011001111110111100111000101001010010100011 | e98cb5e59fbce294a3 |
UHC | ?埼┣ | 0011111111010000111100101010011010110010 | 3fd0f2a6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)