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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 瀨、驤皮゙。B | 11111011010100001010010011101001100010001001010011100111110111101010000101000010 | fb50a4e98894e7dea142 |
EUC-JP | ?、驤皮゙。B | 001111111000111010100100111100011110100011001000111010011000111011011110100011101010000101000010 | 3f8ea4f1e8c8e98ede8ea142 |
UTF-8 | 瀨、驤皮゙。B | 11100111100000001010100011101111101111011010010011101001101010011010010011100111100110101010111011101111101111101001111011101111101111011010000101000010 | e780a8efbda4e9a9a4e79aaeefbe9eefbda142 |
UHC | 瀨??皮??B | 110101101110111000111111001111111111100110101011001111110011111101000010 | d6ee3f3ff9ab3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)