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 | 孖雫寘自甯 | 11111010101001101000111010110100111110101010100110001110101010011111101010101000 | faa68eb4faa98ea9faa8 |
EUC-JP | 孖雫寘自甯 | 10001111101110101011111010111100101101101000111110111010111000011011110010101011100011111100110110101010 | 8fbabebcb68fbae1bcab8fcdaa |
UTF-8 | 孖雫寘自甯 | 111001011010110110010110111010011001101110101011111001011010111110011000111010001000011110101010111001111001010010101111 | e5ad96e99babe5af98e887aae794af |
UHC | ???自? | 001111110011111100111111111011011011101100111111 | 3f3f3fedbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)