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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瀨自瀇 | 111110110101000010001110101010011111101101001111 | fb508ea9fb4f |
EUC-JP | ?自瀇 | 001111111011110010101011100011111100100110101101 | 3fbcab8fc9ad |
UTF-8 | 瀨自瀇 | 111001111000000010101000111010001000011110101010111001111000000010000111 | e780a8e887aae78087 |
UHC | 瀨自? | 1101011011101110111011011011101100111111 | d6eeedbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)