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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 線??? | 1001000011111100001111110011111100111111 | 90fc3f3f3f |
EUC-JP | 線??? | 1100000011111110001111110011111100111111 | c0fe3f3f3f |
UTF-8 | 線젱쓸읫 | 111001111011011110011010111011001010000010110001111011001001001110111000111011001001110110101011 | e7b79aeca0b1ec93b8ec9dab |
UHC | 線젱쓸읫 | 1110000011001010110000011010110110111110101101011100000011001011 | e0cac1adbeb5c0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)