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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 艅?? | 1000111111010110111111010011111100111111 | 8fd6fd3f3f |
UTF-8 | 艅얍쪏 | 111010001000100110000101111011001001011010001101111011001010101010001111 | e88985ec968decaa8f |
UHC | 艅얍쪏 | 111001101010100110111110111001011010010110001001 | e6a9bee5a589 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)