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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 霓懌鴬髻ウ^ | 11101000101111011001110011100010100010011010011111101001100111111011001101011110 | e8bd9ce289a7e99fb35e |
EUC-JP | 霓懌鴬髻ウ^ | 1111000010111111110110001110010010110010101010011111001010100001100011101011001101011110 | f0bfd8e4b2a9f2a18eb35e |
UTF-8 | 霓懌鴬髻ウ^ | 11101001100111001001001111100110100001111000110011101001101101001010110011101001101010111011101111101111101111011011001101011110 | e99c93e6878ce9b4ace9abbbefbdb35e |
UHC | 霓????^ | 11100111111001110011111100111111001111110011111101011110 | e7e73f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)