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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞜俄握郢 | 1110100011011111100010011110001010001000101011001110011110111001 | e8df89e288ace7b9 |
EUC-JP | 鞜俄握郢 | 1111000011100001101100101110010010110000101011101110111010111011 | f0e1b2e4b0aeeebb |
UTF-8 | 鞜俄握郢 | 111010011001111010011100111001001011111110000100111001101000111110100001111010011000001110100010 | e99e9ce4bf84e68fa1e983a2 |
UHC | ?俄握? | 001111111110010010101101111001001100010000111111 | 3fe4ade4c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)