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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 瀨疾[瀨疾[^ | 1111101101010000100011101011111001011011111110110101000010001110101111100101101101011110 | fb508ebe5bfb508ebe5b5e |
EUC-JP | ?疾[?疾[^ | 001111111011110011000000010110110011111110111100110000000101101101011110 | 3fbcc05b3fbcc05b5e |
UTF-8 | 瀨疾[瀨疾[^ | 111001111000000010101000111001111001011010111110010110111110011110000000101010001110011110010110101111100101101101011110 | e780a8e796be5be780a8e796be5b5e |
UHC | 瀨疾[瀨疾[^ | 1101011011101110111100101111000001011011110101101110111011110010111100000101101101011110 | d6eef2f05bd6eef2f05b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)