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 | 止?闕鎰? | 1000111001111110001111111110100010001101111010000100110000111111 | 8e7e3fe88de84c3f |
EUC-JP | 止?闕鎰? | 1011101111011111001111111110111111101101111011111010110100111111 | bbdf3fefedefad3f |
UTF-8 | 止폼闕鎰렟 | 111001101010110110100010111011011000111110111100111010011001011110010101111010011000111010110000111010111010000010011111 | e6ada2ed8fbce99795e98eb0eba09f |
UHC | 止폼闕鎰렟 | 11110010101011011100011011111011110011111111010011101100111100001000111010110000 | f2adc6fbcff4ecf08eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)