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 | 蹄烽? | 1001001011111011111000001000001000111111 | 92fbe0823f |
EUC-JP | 蹄烽? | 1100010011111101110111111110001000111111 | c4fddfe23f |
UTF-8 | 蹄烽렪 | 111010001011100110000100111001111000001110111101111010111010000010101010 | e8b984e783bdeba0aa |
UHC | 蹄烽렪 | 111100001011010011011100111010111000111010111000 | f0b4dceb8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)