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 | 閼育梛 | 111010001000010010001000111001111001111010001011 | e88488e79e8b |
EUC-JP | 閼育梛 | 111011111110010010110000111010011101101111101011 | efe4b0e9dbeb |
UTF-8 | 閼育梛 | 111010011001011010111100111010001000001010110010111001101010001010011011 | e996bce882b2e6a29b |
UHC | 閼育? | 1110010011011001111010111100000000111111 | e4d9ebc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)