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 | 傲る?唯? | 1001100011111100100000101110100100111111100101110100001000111111 | 98fc82e93f97423f |
EUC-JP | 傲る?唯? | 1101000011111110101001001110101100111111110011011010001100111111 | d0fea4eb3fcda33f |
UTF-8 | 傲る㈃唯늋 | 111001011000001010110010111000111000001010001011111000111000100010000011111001011001010010101111111010111000101010001011 | e582b2e3828be38883e594afeb8a8b |
UHC | 傲る㈃唯늋 | 11100111111011001010101011101011101010011011010011101010111001101000100001010111 | e7ecaaeba9b4eae68857 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)