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 | 瀨ホ﨨ィ | 111110110101000011001110111110111101101010101000 | fb50cefbdaa8 |
EUC-JP | ?ホ?ィ | 001111111000111011001110001111111000111010101000 | 3f8ece3f8ea8 |
UTF-8 | 瀨ホ﨨ィ | 111001111000000010101000111011111011111010001110111011111010100010101000111011111011110110101000 | e780a8efbe8eefa8a8efbda8 |
UHC | 瀨??? | 1101011011101110001111110011111100111111 | d6ee3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)