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 | リ霓緇 | 11110001111000011101100011101000101111011110001101011101 | f1e1d8e8bde35d |
EUC-JP | ?リ霓緇 | 00111111100011101101100011110000101111111110010110111110 | 3f8ed8f0bfe5be |
UTF-8 | リ霓緇 | 111011101000010110011100111011111011111010011000111010011001110010010011111001111011011110000111 | ee859cefbe98e99c93e7b787 |
UHC | ??霓緇 | 001111110011111111100111111001111111011011000101 | 3f3fe7e7f6c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)