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 | Á×ä¿ | 10001110110000011000111011010111100011111110010010111111 | 8ec18ed78fe4bf |
SJIS-WIN | ???×??? | 0011111100111111001111111000000101111110001111110011111100111111 | 3f3f3f817e3f3f3f |
EUC-JP | ?Á?×?ä¿ | 0011111110001111101010101010000100111111101000011101111100111111100011111010101110100011100011111010001011000100 | 3f8faaa13fa1df3f8faba38fa2c4 |
UTF-8 | Á×ä¿ | 1100001010001110110000111000000111000010100011101100001110010111110000101000111111000011101001001100001010111111 | c28ec381c28ec397c28fc3a4c2bf |
UHC | ???×??¿ | 001111110011111100111111101000011011111100111111001111111010001010101111 | 3f3f3fa1bf3f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)