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 | 移?臍脛? | 1000100011011010001111111110010001100000111000111111100000111111 | 88da3fe460e3f83f |
EUC-JP | 移?臍脛? | 1011000011011100001111111110011111000001111001101111101000111111 | b0dc3fe7c1e6fa3f |
UTF-8 | 移렧臍脛렔 | 111001111010011110111011111010111010000010100111111010001000011110001101111010001000010010011011111010111010000010010100 | e7a7bbeba0a7e8878de8849beba094 |
UHC | 移렧臍脛렔 | 11101100101110011000111010110110111100001011000011001100111010111000111010101001 | ecb98eb6f0b0cceb8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)