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 | 瀨。ノ瀨 | 111110110101000010100001110010011111101101010000 | fb50a1c9fb50 |
EUC-JP | ?。ノ? | 001111111000111010100001100011101100100100111111 | 3f8ea18ec93f |
UTF-8 | 瀨。ノ瀨 | 111001111000000010101000111011111011110110100001111011111011111010001001111001111000000010101000 | e780a8efbda1efbe89e780a8 |
UHC | 瀨??瀨 | 110101101110111000111111001111111101011011101110 | d6ee3f3fd6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)