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 | 閼育ァ | 1110100010000100100010001110011110100111 | e88488e7a7 |
EUC-JP | 閼育ァ | 111011111110010010110000111010011000111010100111 | efe4b0e98ea7 |
UTF-8 | 閼育ァ | 111010011001011010111100111010001000001010110010111011111011110110100111 | e996bce882b2efbda7 |
UHC | 閼育? | 1110010011011001111010111100000000111111 | e4d9ebc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)