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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 室鈐室\ | 111100011110100010001110101110101111101111000010100011101011101001011100 | f1e88ebafbc28eba5c |
EUC-JP | ?室鈐室\ | 001111111011110010111100100011111110001111000001101111001011110001011100 | 3fbcbc8fe3c1bcbc5c |
UTF-8 | 室鈐室\ | 11101110100001011010001111100101101011101010010011101001100010001001000011100101101011101010010001011100 | ee85a3e5aea4e98890e5aea45c |
UHC | ?室鈐室\ | 0011111111100011111110001100110010100010111000111111100001011100 | 3fe3f8cca2e3f85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)