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 | 瀨ノノ瀨 | 111110110101000011001001110010011111101101010000 | fb50c9c9fb50 |
EUC-JP | ?ノノ? | 001111111000111011001001100011101100100100111111 | 3f8ec98ec93f |
UTF-8 | 瀨ノノ瀨 | 111001111000000010101000111011111011111010001001111011111011111010001001111001111000000010101000 | e780a8efbe89efbe89e780a8 |
UHC | 瀨??瀨 | 110101101110111000111111001111111101011011101110 | d6ee3f3fd6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)