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 | 鬣庭ー | 1110100110100101100100101110101110110000 | e9a592ebb0 |
EUC-JP | 鬣庭ー | 111100101010011111000100111011011000111010110000 | f2a7c4ed8eb0 |
UTF-8 | 鬣庭ー | 111010011010110010100011111001011011101010101101111011111011110110110000 | e9aca3e5baadefbdb0 |
UHC | ?庭? | 00111111111011111101010000111111 | 3fefd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)