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 | ラ勒キン゙ | 110101111110100011010011101101111101110111011110 | d7e8d3b7ddde |
EUC-JP | ラ勒キン゙ | 10001110110101111111000011010101100011101011011110001110110111011000111011011110 | 8ed7f0d58eb78edd8ede |
UTF-8 | ラ勒キン゙ | 111011111011111010010111111001011000101110010010111011111011110110110111111011111011111010011101111011111011111010011110 | efbe97e58b92efbdb7efbe9defbe9e |
UHC | ?勒??? | 001111111101011111001101001111110011111100111111 | 3fd7cd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)