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 | ルツコ | 1101100111110000111001101100001010111010 | d9f0e6c2ba |
EUC-JP | ル?ツコ | 10001110110110010011111110001110110000101000111010111010 | 8ed93f8ec28eba |
UTF-8 | ルツコ | 111011111011111010011001111011101000001010100101111011111011111010000010111011111011110110111010 | efbe99ee82a5efbe82efbdba |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)