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 | E²·Y¡ | 10010010010001011001000110110010100100011011011110010010010110011001000110100001 | 924591b291b7925991a1 |
SJIS-WIN | ?E?????Y?? | 00111111010001010011111100111111001111110011111100111111010110010011111100111111 | 3f453f3f3f3f3f593f3f |
EUC-JP | ?E?????Y?¡ | 001111110100010100111111001111110011111100111111001111110101100100111111100011111010001011000010 | 3f453f3f3f3f3f593f8fa2c2 |
UTF-8 | E²·Y¡ | 110000101001001001000101110000101001000111000010101100101100001010010001110000101011011111000010100100100101100111000010100100011100001010100001 | c29245c291c2b2c291c2b7c29259c291c2a1 |
UHC | ?E?²?·?Y?¡ | 00111111010001010011111110101001111101110011111110100001101001000011111101011001001111111010001010101110 | 3f453fa9f73fa1a43f593fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)