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 | 鬣庭ー溲シ | 1110100110100101100100101110101110110000100111111110101010111100 | e9a592ebb09feabc |
EUC-JP | 鬣庭ー溲シ | 11110010101001111100010011101101100011101011000011011110111011001000111010111100 | f2a7c4ed8eb0deec8ebc |
UTF-8 | 鬣庭ー溲シ | 111010011010110010100011111001011011101010101101111011111011110110110000111001101011101010110010111011111011110110111100 | e9aca3e5baadefbdb0e6bab2efbdbc |
UHC | ?庭??? | 001111111110111111010100001111110011111100111111 | 3fefd43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)