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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ⅹフ寬ス式 | 1111101001001001110011001111101010101010101111011000111010101110 | fa49ccfaaabd8eae |
EUC-JP | ?フ?ス式 | 0011111110001110110011000011111110001110101111011011110010110000 | 3f8ecc3f8ebdbcb0 |
UTF-8 | ⅹフ寬ス式 | 111000101000010110111001111011111011111010001100111001011010111110101100111011111011110110111101111001011011110010001111 | e285b9efbe8ce5afacefbdbde5bc8f |
UHC | ⅹ?寬?式 | 1010010110101010001111111100111010110000001111111110001111010010 | a5aa3fceb03fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)