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 | ??鷺 | 00111111001111111000110111101011 | 3f3f8deb |
EUC-JP | ??鷺 | 00111111001111111011101011101101 | 3f3fbaed |
UTF-8 | 렟렯鷺 | 111010111010000010011111111010111010000010101111111010011011011110111010 | eba09feba0afe9b7ba |
UHC | 렟렯鷺 | 100011101011000010001110101111001101011011011100 | 8eb08ebcd6dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)