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 | ????而 | 001111110011111100111111001111111000111010100111 | 3f3f3f3f8ea7 |
EUC-JP | 佾???而 | 1000111110110000111110110011111100111111001111111011110010101001 | 8fb0fb3f3f3fbca9 |
UTF-8 | 佾쇘렟렭而 | 111001001011110110111110111011001000011110011000111010111010000010011111111010111010000010101101111010001000000010001100 | e4bdbeec8798eba09feba0ade8808c |
UHC | 佾쇘렟렭而 | 11101100111010111011110011100111100011101011000010001110101110101110110010111011 | ecebbce78eb08ebaecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)