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 | ンイ鈊 | 11011101101100101111101111000011 | ddb2fbc3 |
EUC-JP | ンイ鈊 | 10001110110111011000111010110010100011111110001110111111 | 8edd8eb28fe3bf |
UTF-8 | ンイ鈊 | 111011111011111010011101111011111011110110110010111010011000100010001010 | efbe9defbdb2e9888a |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)