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 | ù¤£è¾ | 111110011010010010001110101000111110100010111110 | f9a48ea3e8be |
SJIS-WIN | ???£?? | 00111111001111110011111110000001100100100011111100111111 | 3f3f3f81923f3f |
EUC-JP | ù¤?£è? | 10001111101010111110001110001111101000101111000000111111101000011111001010001111101010111011001000111111 | 8fabe38fa2f03fa1f28fabb23f |
UTF-8 | ù¤£è¾ | 110000111011100111000010101001001100001010001110110000101010001111000011101010001100001010111110 | c3b9c2a4c28ec2a3c3a8c2be |
UHC | ?¤???¾ | 0011111110100010101101000011111100111111001111111010100011111010 | 3fa2b43f3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)