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 | 借鞳漆借杓 | 10001110110110001110100011100011100011101011110110001110110110001000111011011011 | 8ed8e8e38ebd8ed88edb |
EUC-JP | 借鞳漆借杓 | 10111100110110101111000011100101101111001011111110111100110110101011110011011101 | bcdaf0e5bcbfbcdabcdd |
UTF-8 | 借鞳漆借杓 | 111001011000000010011111111010011001111010110011111001101011110010000110111001011000000010011111111001101001110110010011 | e5809fe99eb3e6bc86e5809fe69d93 |
UHC | 借?漆借杓 | 111100111010100000111111111101101101010011110011101010001111100011110101 | f3a83ff6d4f3a8f8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)