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 | âÁö°öâ× | 11100010110000011111011010110000111101101110001011010111 | e2c1f6b0f6e2d7 |
SJIS-WIN | ???°??× | 001111110011111100111111100000011000101100111111001111111000000101111110 | 3f3f3f818b3f3f817e |
EUC-JP | âÁö°öâ× | 10001111101010111010010010001111101010101010000110001111101010111101001110100001111010111000111110101011110100111000111110101011101001001010000111011111 | 8faba48faaa18fabd3a1eb8fabd38faba4a1df |
UTF-8 | âÁö°öâ× | 1100001110100010110000111000000111000011101101101100001010110000110000111011011011000011101000101100001110010111 | c3a2c381c3b6c2b0c3b6c3a2c397 |
UHC | ???°??× | 001111110011111100111111101000011100011000111111001111111010000110111111 | 3f3f3fa1c63f3fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)