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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?俄?俄B | 00111111100010011110001000111111100010011110001001000010 | 3f89e23f89e242 |
EUC-JP | ?俄?俄B | 00111111101100101110010000111111101100101110010001000010 | 3fb2e43fb2e442 |
UTF-8 | 룶俄룶俄B | 11101011101000111011011011100100101111111000010011101011101000111011011011100100101111111000010001000010 | eba3b6e4bf84eba3b6e4bf8442 |
UHC | 룶俄룶俄B | 100011111010101111100100101011011000111110101011111001001010110101000010 | 8fabe4ad8fabe4ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)